Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-15 | CGE: Remove general.cpp | Strangerke | |
2011-09-15 | GOB: Fix a typo | Matthew Hoops | |
2011-09-15 | GOB: Don't explicitly open CD1.ITK for Urban Runner | Sven Hesse | |
CD1.ITK is the one CD archive file the Urban Runner scripts open themselves in NO_CD mode. Since the PSP has extremely limited file handles, having that archive opened twice makes the load code fail on that device. Hopefully, the scripts don't decide to close and not reopend CD1.ITK in places where it's needed. A full playthrough with loading/saving between screens (especially across CD content borders, and during death screens) would probably be prudent. | |||
2011-09-15 | TSAGE: Implemented Blue Force scene 830 - Outside Boat Rentals | Paul Gilbert | |
2011-09-15 | TSAGE: Implemented Scene 342 - Marina (Alternate) | Paul Gilbert | |
2011-09-15 | CGE: Transform some static and globals into class members | Strangerke | |
2011-09-15 | TSAGE: Silence GCC warnings | Torbjörn Andersson | |
2011-09-15 | TSAGE: Fix problem with UI disappearing after using map | Paul Gilbert | |
2011-09-15 | TSAGE: Implemented Blue Force scene 340 - Marina, Domestic Disturbance | Paul Gilbert | |
2011-09-14 | GOB: Tell Geisha that we have no AdLib | Sven Hesse | |
The title music is then played from SND files instead of MDY/TBR files (that we still don't yet support). | |||
2011-09-14 | GOB: Play the shooting sound in the Diving minigame | Sven Hesse | |
2011-09-14 | GOB: Randomize the evil fish types | Sven Hesse | |
2011-09-14 | GOB: Add EvilFish::mutate() | Sven Hesse | |
Changing a fish into a different fish type | |||
2011-09-14 | GOB: Implement the fish shooting part of the Diving minigame | Sven Hesse | |
2011-09-14 | GOB: Add ANIObject::rewind() | Sven Hesse | |
2011-09-14 | GOB: Add ANIObject animation mode | Sven Hesse | |
Play the animation continuously or only once. | |||
2011-09-14 | GOB: Init "Diving" cursor | Sven Hesse | |
2011-09-14 | GOB: Add stubby "Diving" white pearl drawing | Sven Hesse | |
2011-09-14 | GOB: Add stubby "Diving" black pearl drawing | Sven Hesse | |
2011-09-14 | GOB: Add ANIObject::setPause() | Sven Hesse | |
2011-09-14 | GOB: More const correctness | Sven Hesse | |
2011-09-14 | CGE: Rename cave into scene | Strangerke | |
2011-09-14 | CGE: Remove useless function | Strangerke | |
2011-09-14 | CGE4: Remove useless variable | Strangerke | |
Thanks DrMcCoy for reporting it | |||
2011-09-14 | CGE: Rewrite fileIO | Strangerke | |
2011-09-13 | TSAGE: Implemented Scene 330 - Approaching Marina | Paul Gilbert | |
2011-09-13 | TSAGE: Bugfix for correctly displaying radio conversation dialog | Paul Gilbert | |
2011-09-13 | TSAGE: Further UI visibility fixes for Scene 50 (Map) | Paul Gilbert | |
2011-09-13 | TSAGE: Fix graphic glitch when writing ticket in scene 800 | Paul Gilbert | |
2011-09-13 | TSAGE: Synchronise UI fields in savegames so it is correctly shown when ↵ | Paul Gilbert | |
restoring | |||
2011-09-13 | CGE: Remove dead code reported by clang++ | Strangerke | |
Thanks LordHoto and salty-horse for reporting the problem | |||
2011-09-13 | CGE: Some more cleanup in fileIo | Strangerke | |
2011-09-13 | CGE: Remove IoBuf and CFile | Strangerke | |
2011-09-12 | CGE: Fix crash when newRandom is called with a range set to 0 | Strangerke | |
2011-09-12 | CGE: Readded a line that was removed by mistake in r94db561 | Filippos Karapetis | |
2011-09-12 | CGE: Removed snddrv.h | Filippos Karapetis | |
2011-09-12 | CGE: Removed a leftover goto statement | Filippos Karapetis | |
2011-09-12 | COMPOSER: Silence a false positive warning in MSVC | Filippos Karapetis | |
2011-09-12 | IRIX: support plugin builds | Joost Peters | |
2011-09-12 | SKY: fix bug #3149412: Invalid Mode when giving shades to travel agent | Joost Peters | |
2011-09-12 | TSAGE: Fixed saving game in scene 60 | Paul Gilbert | |
2011-09-12 | TSAGE: Implemented Scene 800 - Jamison & Ryan | Paul Gilbert | |
2011-09-12 | CGE: Build fixes for WinCE. | Alyssa Milburn | |
Rename 'near' to 'nearList' (and the same for 'take' to be consistent). Also, replace a silly cast with memset to squish a warning. | |||
2011-09-12 | CGE: Remove debug messages, fix a warning | Strangerke | |
2011-09-12 | Merge branch 'master' of github.com:scummvm/scummvm | Strangerke | |
2011-09-12 | CGE: Remove VFile class | Strangerke | |
2011-09-11 | CGE: Remove VFile class | Strangerke | |
2011-09-11 | CGE: Fix formatting of operator overloading | Strangerke | |
2011-09-11 | CGE: Remove a useless structure | Strangerke | |
2011-09-11 | CGE: Remove some more VFiles | Strangerke | |