Gleb Mazovetskiy
e1b0712f74
CloseHandle: Avoid double lookup of file
6 years ago
Gleb Mazovetskiy
77914a029f
ShowOutOfDiskError: Use constant C-string
6 years ago
Gleb Mazovetskiy
8e5e918441
Change misc_io::files from set to unordered_set
...
Order is not a concern and unordered_set is faster
6 years ago
Anders Jenbo
7f699dbad2
Remove more legacy savegame code
...
This code was only active in versions prior to 1.08
6 years ago
Gleb Mazovetskiy
e1c7ad0ac4
OpenDingux/RetroFW: Build improvements
...
1. Use RetroFW buildroot directly as it is now open-source.
2. Build in separate build directories.
This lets us build them in parallel and preserves cmake cache across build.
6 years ago
Anders Jenbo
0be2a089bb
Try to clearify install instructions
6 years ago
Gleb Mazovetskiy
3eb820c341
RG350 buildroot: Only build dependencies
...
Previously, there was an issue with the RG350 buildroot that necessitated building the entire thing.
That issue has been fixed and we can now build only the minimal set of dependencies (same as we do for RetroFW).
6 years ago
gogogogi
0983fb904a
Fix Debian, Ubuntu multiarch building ( #531 )
6 years ago
Max Desiatov
aba60c560d
Fix OOB in missiles.cpp
...
MFILE_NONE does not correspond to the last item of misfiledata array and
is actually greater than the length of that array causing out-of-bounds
crash on iOS (reproduced when applying rogue's Disarm Trap skill).
6 years ago
Anders Jenbo
e724668be5
Apply enum MFILE_FIREWAL
6 years ago
Anders Jenbo
bc2ab2289c
Apply enum MFILE_NONE
...
Thanks to @ MaxDesiatov
6 years ago
Anders Jenbo
8d0c600e27
Fix compiler warning
6 years ago
Samuel-DEVULDER
29881d2b73
Fixed endianess issue in SetMapMonsters
6 years ago
qndel
6214779459
DrawZoom cleanup
6 years ago
galaxyhaxz
6605e1de5e
Fix variable 'gbSelectProvider'
6 years ago
qndel
f57af2fa7d
tMsgSaid type change
6 years ago
qndel
3008439bc7
enums and stuff
6 years ago
galaxyhaxz
1657af4b08
Missing blood boil+FreeMissGFX
6 years ago
Marco
df2e6b2bb9
affix_item_type enum
6 years ago
Marco
29b9c99e5a
added some more values from enums ( #1955 )
6 years ago
Anders Jenbo
7ec6f39dc8
MAXQUESTS variable
6 years ago
Anders Jenbo
aedf8c993b
PressKey clean up
6 years ago
Anders Jenbo
8a2cd19d95
DisableInputWndProc clean up
6 years ago
Anders Jenbo
cee06d07a7
Correct spelling of color
6 years ago
Anders Jenbo
bae579ab90
Align PM_DoWalk, PM_DoWalk2 and PM_DoWalk3
...
Hellfire shows that World* was the correct param
6 years ago
Anders Jenbo
4be0564bda
SyncPlrAnim clean up
6 years ago
qndel
f9558c81c4
AddObject cleanup
6 years ago
qndel
59ccb89e12
ProcessObjects cleanup
6 years ago
Marco
a939a7f0be
Enum for object trap
6 years ago
Anders Jenbo
2dcf237dd2
Treat booleans as bool
...
The engine should now be stable/clean enough to hanlde all bool types as
bool
6 years ago
Anders Jenbo
9836d6038c
Use SDL_Log instead of printf
6 years ago
Anders Jenbo
d4ff81ce90
Correct typo
6 years ago
Anders Jenbo
efbd4e7f7b
Remove unused parts of types.h
6 years ago
Anders Jenbo
534ed2d3ff
Make shift+0-9 behave as on US keyboards
...
Fixes #532
6 years ago
qndel
6a8e2f0e25
SetupObject cleanup
6 years ago
qndel
b01f1907b5
Obj_Circle cleanup
6 years ago
qndel
1abb61cb64
OperateCauldron cleanup
6 years ago
qndel
3a66af638d
OperateTrapLvr cleanup
6 years ago
qndel
3f9398812a
SyncDoors cleanup
6 years ago
qndel
6dd9e0dffd
gamemenu_gamma cleanup
6 years ago
Anders Jenbo
21eeef9b78
Update readme.txt
6 years ago
ɹɐɯsǝʎ
6cb87f1265
Update README.md
...
Co-Authored-By: Anders Jenbo <anders@jenbo.dk>
6 years ago
Ramsey Dow
e2585ad23d
Edited readme files in packaging subdirectories
6 years ago
Ramsey Dow
e1fe8c7716
Fix typos in README.md and tighten up language use
6 years ago
Anders Jenbo
12676bf84f
Update README.md
6 years ago
Anders Jenbo
9d028a418d
Correct _SNETUIDATA struct
...
UiProfileGetString returns a list of pointer to strings (4), not an int
6 years ago
Anders Jenbo
f761c73723
Correct CelBlitWidth signature
6 years ago
Anders Jenbo
4795eca1c4
Update release notices
6 years ago
Anders Jenbo
fd1d81c87f
Force initialization of controller on Switch
6 years ago
Anders Jenbo
5895c97424
Fix release version lable
6 years ago