This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-01-25 20:15:42 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
engines
/
sword2
History
Willem Jan Palenstijn
5a8b81119b
Fix free/delete/delete[] mismatches. Patch by salty-horse
...
svn-id: r44512
2009-10-01 11:02:23 +00:00
..
animation.cpp
SWORD2: Don't show a pop-up if the 'eye' movie is missing - it was omitted in later re-releases.
2009-09-18 16:39:14 +00:00
animation.h
Broken Sword 2, unsurprisingly, had the same subtitle drawing glitch for small
2009-07-28 17:53:59 +00:00
anims.cpp
…
console.cpp
…
console.h
…
controls.cpp
…
controls.h
…
debug.cpp
…
debug.h
…
defs.h
…
events.cpp
…
function.cpp
…
header.h
…
icons.cpp
…
interpreter.cpp
Reverted parts of revisions
#44298
,
#44299
and
#44300
, to prevent warnings and issues in compilers which don't support NORETURN
2009-09-24 17:52:53 +00:00
interpreter.h
…
layers.cpp
…
logic.cpp
…
logic.h
…
maketext.cpp
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things)
2009-09-30 16:16:53 +00:00
maketext.h
…
memory.cpp
…
memory.h
Coding best practice: Always use enums instead of #defines to define integer constants (for many good reasons)
2009-09-01 13:02:47 +00:00
menu.cpp
…
module.mk
…
mouse.cpp
…
mouse.h
…
music.cpp
…
object.h
…
palette.cpp
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things)
2009-09-30 16:16:53 +00:00
protocol.cpp
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things)
2009-09-30 16:16:53 +00:00
render.cpp
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things)
2009-09-30 16:16:53 +00:00
resman.cpp
Fix free/delete/delete[] mismatches. Patch by salty-horse
2009-10-01 11:02:23 +00:00
resman.h
…
router.cpp
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things)
2009-09-30 16:16:53 +00:00
router.h
…
saveload.cpp
…
saveload.h
…
screen.cpp
…
screen.h
- Added GCC_PRINTF attribute to several funcs where it makes sense
2009-07-01 20:51:04 +00:00
scroll.cpp
…
sound.cpp
…
sound.h
…
speech.cpp
…
sprite.cpp
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things)
2009-09-30 16:16:53 +00:00
startup.cpp
SWORD1 & SWORD2: Replaced ioFailed by err+eos
2009-07-29 21:39:34 +00:00
sword2.cpp
Got rid of Common::File::addDefaultDirectory, instead implemented the solution proposed in "Case agnostic handling for directories (and files)" on -devel.
2009-09-23 00:15:00 +00:00
sword2.h
…
sync.cpp
…
walker.cpp
…