Commit Graph

459 Commits

Author SHA1 Message Date
Alexander Batalov
0c7245fa09 Add player model settings
See #29
2022-06-08 22:01:25 +03:00
Jan Šimek
e27f72f52b
Rename object flags according to Sfall (#37) 2022-06-08 20:38:46 +03:00
Alexander Batalov
9cad93c764 Reconcile script fixes from reference edition 2022-06-08 20:35:51 +03:00
Wipe
5a0d5d2538
Add SFall Misc->MainMenu*FontColour (#36) 2022-06-08 00:20:55 +03:00
k3tamina
12cbfe262c
Fix save game preview (#33) 2022-06-08 00:14:52 +03:00
Wipe
893dc0e090
Tweak configGetInt() to read hex strings properly (#35) 2022-06-08 00:00:19 +03:00
Alexander Batalov
2c05b8683d Fix dialog display centering 2022-06-07 23:41:24 +03:00
Alexander Batalov
f67841d3b9 Fix strupr 2022-06-07 23:31:38 +03:00
Alexander Batalov
a49970ac3f Decompile editor options window 2022-06-07 23:18:59 +03:00
Jan Šimek
e6dfce21c9
Properly destroy SDL window (#34) 2022-06-05 23:21:28 +03:00
Alexander Batalov
a3390819d1 Reconcile with reference edition 2022-06-05 01:01:49 +03:00
Wipe
2991877b13
Add SFall Misc->SkipOpeningMovies (#30) 2022-06-04 13:22:40 +03:00
Wipe
dd20063a2e
Fix dialog caps not rendered after exiting barter (#31) 2022-06-04 13:14:53 +03:00
Alexander Batalov
0819937e56 Fix timeGetTime on Linux 2022-06-02 21:11:23 +03:00
k3tamina
2e7070a942
ISO C++ forbids converting a string constant to char* (#26) 2022-06-02 11:44:12 +03:00
Jan Šimek
571c0db190
Fix linux build (#25)
Co-authored-by: Alexander Batalov <alex.batalov@gmail.com>
2022-06-02 11:31:03 +03:00
Alexander Batalov
501ae1161d Wrap sound stuff
See #17, #24
2022-05-30 00:40:09 +03:00
Alexander Batalov
e7f6bbf867 Wrap mmx probe 2022-05-30 00:29:58 +03:00
Alexander Batalov
c7397826cc Add missing includes
See #17
2022-05-30 00:29:05 +03:00
Alexander Batalov
3571db7f40 Remove unnecessary io.h 2022-05-29 22:11:00 +03:00
Alexander Batalov
0472ac9a22 Wrap windows api
See #17, #24
2022-05-29 22:08:13 +03:00
Alexander Batalov
24fdfc065f Add missing includes 2022-05-29 22:00:50 +03:00
Alexander Batalov
45d266a290 Replace rotl 2022-05-29 21:57:35 +03:00
Alexander Batalov
ca68373e74 Wrap DirectSound
See #17, #24
2022-05-29 20:07:43 +03:00
Alexander Batalov
6dd55e4ee9 Improve protoGetDataMember
Reduces number of cast complaints in macOS/x64.

See #24
2022-05-29 18:25:34 +03:00
Alexander Batalov
3d6019d2ec Provide timeGetTime compatibility layer
See #17, #24
2022-05-29 18:15:48 +03:00
Alexander Batalov
3d477ed235 Provide mkdir compatibility layer
See #17, #24
2022-05-29 18:08:55 +03:00
Alexander Batalov
e75349c98b Update config for macOS 2022-05-29 18:05:31 +03:00
Jan Šimek
14aa86c4b7
Reorganize variables scope for goto (#23)
Co-authored-by: Alexander Batalov <alex.batalov@gmail.com>
2022-05-29 16:40:49 +03:00
Alexander Batalov
6929e054a9 Reorganize variables scope for goto
Fixes AppleClang complaints.

See #17
2022-05-29 00:32:50 +03:00
Jan Šimek
86c0585efc
Provide filepath compatibility layer (#22)
Co-authored-by: Alexander Batalov <alex.batalov@gmail.com>
2022-05-29 00:22:40 +03:00
Alexander Batalov
442e0a17ab Provide splitpath/makepath compatibility layer
See #17
2022-05-28 23:17:48 +03:00
Alexander Batalov
5ce83bc29d Reorganize includes 2022-05-28 21:46:58 +03:00
Alexander Batalov
220fb1a196 Decompile interface font byte swap functions
See #17
2022-05-28 21:39:47 +03:00
Alexander Batalov
14ce3994ce Replace min/max macro
See #17
2022-05-28 14:45:48 +03:00
Alexander Batalov
17dc61b782 Make randomGetSeed cross-platform
See #17
2022-05-28 14:08:00 +03:00
Alexander Batalov
6ae1afc57c Make file find utils cross-platform
See #17
2022-05-28 14:01:52 +03:00
Alexander Batalov
451e73293b Add missing include 2022-05-28 12:49:55 +03:00
Alexander Batalov
bf9b865efd Add missing include 2022-05-28 12:48:26 +03:00
Alexander Batalov
b1216967c0 Replace MAX_PATH with COMPAT_MAX_PATH 2022-05-28 12:34:49 +03:00
Alexander Batalov
4bac829739 Add string functions compatibility layer
See #17
2022-05-28 11:57:32 +03:00
Alexander Batalov
e1cf71eac7 Add overwrite param (#20) 2022-05-28 11:29:45 +03:00
Jan Šimek
23c0d3b873
Replace CopyFileA with a cross-platform function (#20)
Co-authored-by: Alexander Batalov <alex.batalov@gmail.com>
2022-05-28 10:38:16 +03:00
Alexander Batalov
6714aebbad Replace GetTickCount with SDL_GetTicks 2022-05-28 09:32:36 +03:00
Alexander Batalov
31dbf77d6d Use C++ 17 2022-05-28 09:28:11 +03:00
Alexander Batalov
40a43422a3 Reorganize sdl2 config 2022-05-28 08:36:22 +03:00
Alexander Batalov
456fd43d8a Reorganize zlib config 2022-05-28 08:36:00 +03:00
Alexander Batalov
7174cc703d Reorganize fpattern config 2022-05-28 08:35:23 +03:00
Alexander Batalov
119cfe8212 Remove static assertions
They were aid to decompilation, now they are source of complaints when compiling for x64.
2022-05-28 07:34:29 +03:00
Alexander Batalov
7a1119bac0 Use C++ noreturn attribute 2022-05-28 07:26:08 +03:00