Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-06 | Loop over the string instead of copying and then editing it (hopefully, the ↵ | Sven Hesse | |
PSP GCC won't ICE again here :P) svn-id: r42176 | |||
2009-07-06 | add workaround for PSP compiler ICE | Joost Peters | |
svn-id: r42175 | |||
2009-07-06 | Proper handling of sound effects marked as music resources | Filippos Karapetis | |
svn-id: r42174 | |||
2009-07-06 | Removed all the current special cases coding for user (mouse press) waiting, ↵ | Paul Gilbert | |
and reimplemented it exactly the way the original did svn-id: r42173 | |||
2009-07-06 | When a song isn't found, send a "stop handle" event so that the engine won't ↵ | Filippos Karapetis | |
wait forever (e.g. in SQ4CD, perhaps others) svn-id: r42172 | |||
2009-07-06 | Splitting up the big evaluate() function | Sven Hesse | |
svn-id: r42171 | |||
2009-07-06 | Assigned several unimplemented/unused kernel functions as stubs, so that we ↵ | Filippos Karapetis | |
know when they're used and how they're called svn-id: r42170 | |||
2009-07-06 | Added seChanged the warning displayed when a selector can't be mapped to a ↵ | Filippos Karapetis | |
debugC - it's perfectly normal not to find certain selectors in certain SCI versions. Also, fixed the SCI version enums svn-id: r42169 | |||
2009-07-06 | Fixed compilation | Filippos Karapetis | |
svn-id: r42168 | |||
2009-07-06 | Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls | Filippos Karapetis | |
svn-id: r42167 | |||
2009-07-06 | Ooops, remove debug code. | Travis Howell | |
svn-id: r42164 | |||
2009-07-06 | Use graphics surfaces for screen buffers, and always use correct pitch when ↵ | Travis Howell | |
writing to the frameBuffer. svn-id: r42163 | |||
2009-07-06 | Bugfix for node enabling/disabling, which was previously allowing the player ↵ | Paul Gilbert | |
to walk through closed doors and into the walls svn-id: r42162 | |||
2009-07-06 | Adding more comments | Sven Hesse | |
svn-id: r42161 | |||
2009-07-05 | Added an enum for the hotspot states | Sven Hesse | |
svn-id: r42155 | |||
2009-07-05 | Adding some hotspot debug messages | Sven Hesse | |
svn-id: r42154 | |||
2009-07-05 | Renaming the last occurences of "Collision" to "Hotspot" | Sven Hesse | |
svn-id: r42153 | |||
2009-07-05 | Reordering some methods | Sven Hesse | |
svn-id: r42150 | |||
2009-07-05 | Renaming FontDesc::extraData to charWidths | Sven Hesse | |
svn-id: r42149 | |||
2009-07-05 | More input related split-offs | Sven Hesse | |
svn-id: r42148 | |||
2009-07-05 | Split off some drawing related functions | Sven Hesse | |
svn-id: r42147 | |||
2009-07-05 | Ooops, fixing monospaced text input again | Sven Hesse | |
svn-id: r42146 | |||
2009-07-05 | Split off Hotspots::evaluateNew() | Sven Hesse | |
svn-id: r42145 | |||
2009-07-05 | More state-related encapsulation | Sven Hesse | |
svn-id: r42144 | |||
2009-07-05 | Correcting an input related mistake | Sven Hesse | |
svn-id: r42143 | |||
2009-07-05 | Encapsulating hotspot state reading | Sven Hesse | |
svn-id: r42142 | |||
2009-07-05 | LOL: cleanup | Florian Kagerer | |
svn-id: r42141 | |||
2009-07-05 | LOL: - reduce code duplication | Florian Kagerer | |
svn-id: r42140 | |||
2009-07-05 | Merged the two SCI1 versions in one more file | Filippos Karapetis | |
svn-id: r42136 | |||
2009-07-05 | Adding a workaround for an invalid expression in Gob1 EGA | Sven Hesse | |
svn-id: r42135 | |||
2009-07-05 | - Fixed feature auto-detection for Conquests of Camelot | Filippos Karapetis | |
- Auto-detected features are now printed in the console (to ease debugging) svn-id: r42132 | |||
2009-07-05 | Removing the now unneeded Game_v* classes | Sven Hesse | |
svn-id: r42131 | |||
2009-07-05 | Putting the Urban noCD check into Init_v6::initGame() | Sven Hesse | |
svn-id: r42130 | |||
2009-07-05 | Merging playTot() | Sven Hesse | |
svn-id: r42129 | |||
2009-07-05 | Merging Game's and Game_v6's totSub() | Sven Hesse | |
svn-id: r42128 | |||
2009-07-05 | Merging Game_v1's and Game_v2's prepareStart() | Sven Hesse | |
svn-id: r42127 | |||
2009-07-05 | Fixing indent | Sven Hesse | |
svn-id: r42126 | |||
2009-07-05 | Removing the now empty Game_Fascination class | Sven Hesse | |
svn-id: r42125 | |||
2009-07-05 | Wrapping the block end marker checks into Hotspots::Hotspot::isEnd() | Sven Hesse | |
svn-id: r42124 | |||
2009-07-05 | Moving the "Collision" stuff to Hotspots in hotspots.cpp/.h | Sven Hesse | |
svn-id: r42123 | |||
2009-07-05 | Added a skipBlock() method | Sven Hesse | |
svn-id: r42122 | |||
2009-07-05 | Added a Key and ShortKey enum | Sven Hesse | |
svn-id: r42121 | |||
2009-07-05 | Commenting prepareStr a bit and renaming it to cleanupStr | Sven Hesse | |
svn-id: r42120 | |||
2009-07-05 | Adding an enum MouseButtons | Sven Hesse | |
svn-id: r42119 | |||
2009-07-05 | SCI1 games with absolute parameters to lofs instructions are automatically ↵ | Filippos Karapetis | |
detected now. Removed the GF_SCI1_LOFSABSOLUTE game flag svn-id: r42118 | |||
2009-07-05 | Removed validity check for atoi, which prevented console commands from ↵ | Filippos Karapetis | |
interacting with resources with id 0 svn-id: r42117 | |||
2009-07-05 | - Refactorized Groovie::MusicPlayer to make it extensible | Jordi Vilalta Prat | |
- Added an empty MusicPlayerMac to let the Macintosh version of The 7th Guest start svn-id: r42116 | |||
2009-07-05 | Bugfix for word-wrapping of text, which sometimes failed for strings with ↵ | Paul Gilbert | |
special characters svn-id: r42115 | |||
2009-07-05 | When creating a CleanupSongIterator, transfer death listeners to it | Willem Jan Palenstijn | |
svn-id: r42113 | |||
2009-07-04 | When morphing a TeeSongIterator, transfer death listeners to remaining child | Willem Jan Palenstijn | |
svn-id: r42112 |