Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
possible null ptr deref)
|
|
|
|
|
|
|
|
|
|
|
|
(KYRA2: Intro doesn't skip righ/Game won't start on first run)
|
|
|
|
(EOB1: Crash when moving in German version)
|
|
Since the music volume is set in playTrack(), it shouldn't be
necessary to set it back to the default level when a fade out has
been completed.
This change prevents the volume from spiking right before quitting
the game. I hope it doesn't cause regressions.
|
|
This is from bug #3608967 - "Lands of Lore - french version 1.20 MD5".
|
|
|
|
RFC: Allow use of override and nullptr. Also allow C++11 compilation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(let the FM-Towns version load up and run without errors/crashes)
|
|
|
|
|
|
|
|
|
|
|
|
Done with:
git ls-files "*.cpp" *".h" | xargs sed -i -e 's/0x\([0-9a-f]*\)/0x\U\1/g'
|
|
This was forgotten to adapt in e016e7dfc2b1e3cdb39c01d81c5a34eee66a277b.
|
|
Missile")
|
|
|
|
|
|
|
|
|
|
In fact it affected all DOS versions of the game.
This is a regression from 93e69aa4da0558b05fc235684355ed38eed9863d.
|
|
|
|
|
|
|
|
|
|
|
|
This is a regression from e016e7dfc2b1e3cdb39c01d81c5a34eee66a277b.
|
|
I used this command for changing "const type * const" to "const type *const":
git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/const \([a-zA-Z0-9_]*\) \* const/const \1 \*const/g'
|
|
|
|
|
|
Powered by astyle.
|
|
|