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-02-01 00:12:59 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
engines
/
sword1
History
Johannes Schickel
d134eb73ce
Add missing PACKED_STRUCT attribute to FrameHeader.
...
svn-id: r44614
2009-10-04 15:49:40 +00:00
..
animation.cpp
Fix indentation
2009-08-30 20:50:23 +00:00
animation.h
…
collision.h
…
control.cpp
Fix free/delete/delete[] mismatches. Patch by salty-horse
2009-10-01 11:02:23 +00:00
control.h
…
debug.cpp
…
debug.h
…
detection.cpp
…
eventman.cpp
…
eventman.h
…
logic.cpp
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things)
2009-09-30 16:16:53 +00:00
logic.h
…
memman.cpp
…
memman.h
…
menu.cpp
…
menu.h
…
module.mk
…
mouse.cpp
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things)
2009-09-30 16:16:53 +00:00
mouse.h
…
music.cpp
If make*Stream failed, the file needs to be closed to prevent an assert on a consecutive open().
2009-10-03 19:29:14 +00:00
music.h
…
object.h
…
objectman.cpp
…
objectman.h
…
resman.cpp
SWORD1 & SWORD2: Replaced ioFailed by err+eos
2009-07-29 21:39:34 +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
…
screen.cpp
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things)
2009-09-30 16:16:53 +00:00
screen.h
…
sound.cpp
Fixed bug
#2847910
, "Loss of background audio loop". It would probably be safe
2009-09-13 21:38:47 +00:00
sound.h
…
staticres.cpp
Fix indentation
2009-08-30 20:50:23 +00:00
sword1.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
sword1.h
…
sworddefs.h
Add missing PACKED_STRUCT attribute to FrameHeader.
2009-10-04 15:49:40 +00:00
swordres.h
…
text.cpp
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things)
2009-09-30 16:16:53 +00:00
text.h
…