Asdow and GitHub
1eff9f6aaa
Fix bloodcat ambush endless loop ( #343 )
...
Some bloodcats during ambushes could have ubInsertionDirection with values > 100, which then causes endless looping in pathfinding algorithms as valid direction values range from 0 to 7
2024-12-05 16:13:09 +02:00
Asdow
20a33893d9
Fix Teamlist for smaller resolutions
...
Merc names were being printed past the end of teamlist area
2024-12-04 20:49:53 +02:00
Asdow
ffccdfa654
Fix Tactical Placement GUI for increased teamsizes
...
Requires new file OverheadInterface_scrollarea.sti in Gamedir/Data/Interface/
2024-12-04 00:18:22 +02:00
Asdow and GitHub
11bb0f741f
Fix music playing when crepitus is present ( #341 )
...
UseCreatureMusic( HostileZombiesPresent() ); was overriding the music mode set in PrepareCreaturesForBattle() when encountering crepitus or being in the creature caves, resulting in regular tense and battle music being played.
2024-12-02 01:10:58 +02:00
Asdow
abe6877d90
Delete VS project files
...
Remnant from the initial branch commit
2024-12-01 21:51:56 +02:00
Asdow
d0dbb9afb1
Remove unused function
2024-12-01 21:37:52 +02:00
Asdow
1013531a7f
Remove #pragma optimize("", off) calls
2024-12-01 21:17:23 +02:00
Asdow
bfb724eab9
Use SoldierID
2024-12-01 18:23:52 +02:00
Asdow
e59d915e58
Use SoldierID
2024-12-01 00:20:41 +02:00
Asdow
4e8c5fa9ab
Remove unused function & globals
2024-11-30 23:50:17 +02:00
Asdow
de56f653ec
Use SoldierID
2024-11-30 23:47:00 +02:00
Asdow
79b57c326e
Move check for surgery into its own function
2024-11-30 18:29:55 +02:00
Asdow
c2b1ac0109
use SoldierID
2024-11-30 18:29:17 +02:00
Asdow
2eb16c583c
Use SoldierID
2024-11-30 17:18:04 +02:00
Asdow
5bbbec18bb
Use SoldierID
2024-11-30 17:06:11 +02:00
Asdow
66f5156f03
Use SoldierID
2024-11-30 16:52:18 +02:00
Asdow
4645a09722
Use SoldierID
2024-11-30 16:07:36 +02:00
Asdow
d244ef4c91
use SoldierID
2024-11-30 15:25:48 +02:00
Asdow
24656f2810
Use SoldierID
2024-11-30 15:20:18 +02:00
Asdow
d960403514
Use SoldierID
2024-11-21 23:56:57 +02:00
Asdow
0d97e36c34
Use SoldierID
2024-11-21 23:56:44 +02:00
Asdow
1ac5d153fb
Correct inc/dec operator overloads
2024-11-21 23:55:51 +02:00
Asdow
d687956cf1
Remove unused function
2024-11-21 21:53:48 +02:00
Asdow
94f2e830e0
Lessen repetition
2024-11-21 21:53:36 +02:00
Asdow
67c8081104
Use SoldierID
2024-11-21 21:29:28 +02:00
Asdow
0dc2ceabb2
Use SoldierID
2024-11-21 19:48:54 +02:00
Asdow
1ec2867ced
Use SoldierID
...
Fixed if conditions as well
SOLDIERTYPE::ubProfile would never match with values above NOBODY
2024-11-20 23:02:39 +02:00
Asdow
a9120ef984
Remove unused function
2024-11-20 22:35:55 +02:00
Asdow
a50a6de1b5
Make fewer calls to MercPtrs
2024-11-20 22:34:30 +02:00
Asdow
845d784bff
Use SoldierID
2024-11-20 22:33:33 +02:00
Asdow
99703fa8b6
Use SoldierID
2024-11-20 21:52:28 +02:00
Asdow
58bfffff55
Simplify if checks
2024-11-20 21:27:46 +02:00
Asdow
7fffcd295c
Simplify function
2024-11-20 21:27:18 +02:00
Asdow
65a8b4fd77
Use SoldierID
2024-11-20 21:19:28 +02:00
Asdow
9d0ec49e88
Use SoldierID
2024-11-20 21:17:19 +02:00
Asdow
29354135dc
Use SoldierID
2024-11-20 21:14:10 +02:00
Asdow
63fe0be512
Use SoldierID
...
Rename function parameter to make it clear it needs to be profileID
Change the parameter type to UINT8
2024-11-20 21:10:44 +02:00
Asdow
3f4c94642e
Fix compiler warnings
2024-11-20 21:04:12 +02:00
Asdow
8856813768
Lessen copy & paste
2024-11-20 21:03:54 +02:00
Asdow
dbc4135974
Use SoldierID
2024-11-20 21:03:08 +02:00
Asdow
d826491c83
Remove unused function parameter
2024-11-20 20:26:50 +02:00
Asdow
bb1c63d4e8
Convert to SoldierID
2024-11-20 20:12:05 +02:00
Asdow
8e4307b2fb
Use SoldierID
2024-11-20 19:56:38 +02:00
Asdow
e4fe066da0
Fix comment
2024-11-20 19:56:30 +02:00
Asdow
cabb50a361
Update Game Event Hook.cpp
2024-11-20 00:48:40 +02:00
Asdow
cebd20f5d0
Update ShopKeeper Interface.cpp
2024-11-20 00:47:51 +02:00
Asdow
aee7c23aa4
Update Air Raid.cpp
2024-11-20 00:35:29 +02:00
Asdow
c7e654a1d9
Update Town Militia.cpp
2024-11-20 00:28:38 +02:00
Asdow
235ddfa782
Update Game Event Hook.cpp
2024-11-20 00:23:08 +02:00
Asdow
a670aff29c
Combine loops to check for medics and patients
2024-11-20 00:13:25 +02:00