Alexander Batalov
|
3ec827d5c1
|
Fix worldmap position calculation
Closes #192
|
2022-11-07 10:59:16 +03:00 |
Alexander Batalov
|
c692fc91af
|
Fix error check
Closes #196
|
2022-11-03 18:16:50 +03:00 |
Alexander Batalov
|
a38151bf2c
|
Reorganize control flow in gdCustomSelect
Fixes #198
|
2022-11-03 18:08:49 +03:00 |
Alexander Batalov
|
b689b3a757
|
Fix combat control fields not being cleared
Closes #194
|
2022-11-03 17:48:34 +03:00 |
Alexander Batalov
|
e7d68c4f72
|
Get rid of PreferenceDescription packing
Fixes pointer alignment warnings.
|
2022-10-30 13:00:43 +03:00 |
Alexander Batalov
|
bc43bdc99c
|
Rename some variables in objectSetLocation
|
2022-10-30 09:39:43 +03:00 |
Alexander Batalov
|
e5aa4a3518
|
Fix square tiles initial lookup
|
2022-10-30 09:31:09 +03:00 |
Alexander Batalov
|
4e98093d6c
|
Fix crash when removing all scripts
|
2022-10-30 09:03:24 +03:00 |
Alexander Batalov
|
1342fd3ecf
|
Fix warning
|
2022-10-30 08:45:04 +03:00 |
Alexander Batalov
|
3015f39368
|
Review interfaceFontGetStringWidthImpl
|
2022-10-30 08:41:00 +03:00 |
Alexander Batalov
|
37f7ecc1c3
|
Review SlotMap2Game
|
2022-10-29 21:27:08 +03:00 |
Alexander Batalov
|
bdf2c219ab
|
Fix error check
|
2022-10-29 21:09:53 +03:00 |
Alexander Batalov
|
3488833c2e
|
Use SDL for logging
|
2022-10-29 20:57:11 +03:00 |
Alexander Batalov
|
4821cab724
|
Review tileSetCenter flags
|
2022-10-29 18:52:22 +03:00 |
Alexander Batalov
|
0851354c8a
|
Rename _square_y
|
2022-10-29 18:25:28 +03:00 |
Alexander Batalov
|
2f42818a33
|
Review square coords math
|
2022-10-29 18:23:53 +03:00 |
Alexander Batalov
|
12367acb33
|
Fix byte swapping warnings
|
2022-10-29 18:17:57 +03:00 |
Alexander Batalov
|
caa8b06d4f
|
Fix UB when parsing encounter table
|
2022-10-29 18:14:49 +03:00 |
Alexander Batalov
|
2b63360b95
|
Fix memory alignment
|
2022-10-29 17:26:46 +03:00 |
Alexander Batalov
|
8dd8d1c312
|
Replace random generator
|
2022-10-29 17:21:54 +03:00 |
Alexander Batalov
|
8ee0f478ad
|
Fix setting managed button procs
|
2022-10-28 11:02:53 +03:00 |
Alexander Batalov
|
9c6daa4abe
|
Fix selecting managed window
|
2022-10-28 10:59:38 +03:00 |
Alexander Batalov
|
01f264e0c2
|
Fix color setters
|
2022-10-28 10:35:22 +03:00 |
Alexander Batalov
|
1bbd586cbb
|
Fix trimming line ending in .lst files
|
2022-10-26 10:17:39 +03:00 |
Alexander Batalov
|
223930c464
|
Get rid of goto
|
2022-10-25 17:37:45 +03:00 |
Alexander Batalov
|
40510539ee
|
Fix interface font loading
|
2022-10-25 15:57:31 +03:00 |
Alexander Batalov
|
c47113ca29
|
Force screen redraw after playing movies
Fixes #180
|
2022-10-25 13:05:09 +03:00 |
Alexander Batalov
|
ad9b8586e9
|
Fix testing pointers for nulls in Nevada
Closes #178
|
2022-10-25 09:57:13 +03:00 |
sonilyan
|
5b151634a5
|
Fix memory alignment (#187)
|
2022-10-25 09:12:54 +03:00 |
Martin Janiczek
|
7627092478
|
Make sfall key naming consistent (#172)
|
2022-10-25 09:05:09 +03:00 |
Martin Janiczek
|
b60fe43b06
|
Refactor: use enum instead of magic numbers (#176)
|
2022-10-25 09:04:42 +03:00 |
Alexander Batalov
|
21aec548af
|
Add iOS support (#167)
|
2022-10-14 11:40:11 +03:00 |
Alexander Batalov
|
beb010cd0f
|
Normalize fade duration
See #165
|
2022-10-11 17:58:02 +03:00 |
Alexander Batalov
|
b23d05f850
|
Fix called shot window freeze
See #165
|
2022-10-10 11:42:10 +03:00 |
Alexander Batalov
|
e16659d96d
|
Fix key processing
Fixes buffer-underwrite crash on macOS when scancode is remapped to -1.
|
2022-10-08 12:32:50 +03:00 |
Alexander Batalov
|
4c1020af5f
|
Fix path handling in _gsound_get_music_path
|
2022-10-08 10:56:46 +03:00 |
Alexander Batalov
|
a4105d5826
|
Decouple drawing and rendering (#165)
|
2022-10-08 00:54:27 +03:00 |
Alexander Batalov
|
ddae4df4ab
|
Fix red dialog buttons
|
2022-10-07 23:31:17 +03:00 |
Alexander Batalov
|
74a9a9e530
|
Add audio engine initialization check
Fixes various bugs when movie system attemps to create audio buffer with
sound system being disabled via fallout2.cfg.
|
2022-10-07 15:17:07 +03:00 |
Alexander Batalov
|
223d214f57
|
Review lsgSaveGame
* Add scrolling
* Rename variables
|
2022-10-07 12:04:30 +03:00 |
Alexander Batalov
|
a52fd4e70a
|
Review lsgLoadGame
* Add missing cleanup
* Fixes double click handling
* Rename variables
|
2022-10-07 11:28:42 +03:00 |
Alexander Batalov
|
266c727870
|
Extract renderPresent
|
2022-10-06 19:10:01 +03:00 |
Alexander Batalov
|
54d230432b
|
Refactor game config with Settings (#164)
|
2022-10-06 16:32:46 +03:00 |
Alexander Batalov
|
9663532e44
|
Add missing elevator ids
|
2022-10-05 18:29:21 +03:00 |
Alexander Batalov
|
a4e9123bcc
|
Fix crash in obj_use_item_on
|
2022-10-05 17:55:54 +03:00 |
Alexander Batalov
|
08691ce319
|
Fix incorrect death animation in opKillCritterType
|
2022-10-05 16:58:57 +03:00 |
Alexander Batalov
|
d03fd5e43f
|
Review opGetMessageString
|
2022-10-05 16:07:55 +03:00 |
Alexander Batalov
|
7ddd8f2894
|
Fix itemGetQuantity
|
2022-10-05 15:44:00 +03:00 |
Alexander Batalov
|
93a341bbaa
|
Fix arguments order
|
2022-10-05 14:59:00 +03:00 |
Alexander Batalov
|
d2c4538656
|
Fix obj_can_see_obj elevation check
|
2022-10-05 14:56:29 +03:00 |