Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-31 | Silenced some more cppcheck warnings. | Torbjörn Andersson | |
svn-id: r47785 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-21 | Silenced some cppcheck warnings. | Torbjörn Andersson | |
svn-id: r47427 | |||
2010-01-08 | Switch Mixer::playInputStream to use DisposeAfterUse::Flag | Max Horn | |
svn-id: r47182 | |||
2010-01-08 | Move DisposeAfterUse::Flag from Common to global namespace, and into a new ↵ | Max Horn | |
header common/types.h svn-id: r47180 | |||
2010-01-05 | Fixed bug #2924968, "AGI: Can't click "cancel" in Save/Restore Game Menu". This | Torbjörn Andersson | |
regression was probably introduced with r45260, "AGI: cleanup GfxMgr::testButton". svn-id: r47030 | |||
2010-01-03 | Use new ADGF flag, ADGF_USEEXTRAASTITLE for AGI Fanmade games for giving them | Eugene Sandulenko | |
more user-friendly names. svn-id: r46948 | |||
2010-01-03 | Reduce header dependencies for AGI engine. | Eugene Sandulenko | |
svn-id: r46942 | |||
2009-12-21 | md5 from bug #2809149: "AGI: SQ1: Checksum of Space Quest 1 Version 1.1A" | Eugene Sandulenko | |
svn-id: r46472 | |||
2009-12-21 | Sorted game entries | Eugene Sandulenko | |
svn-id: r46469 | |||
2009-11-24 | Added Doxygen comments for the various engine namespaces (currently mostly ↵ | Max Horn | |
without details; help filling these out is welcome) svn-id: r46128 | |||
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn | |
svn-id: r45616 | |||
2009-10-24 | Change "=" to ":=" in some module.mk files for consistency. | Johannes Schickel | |
svn-id: r45364 | |||
2009-10-21 | Fix another regression that didn't append data in safeStrcat. | Matthew Hoops | |
svn-id: r45296 | |||
2009-10-21 | Fix a regression in agiSprintf. | Matthew Hoops | |
svn-id: r45295 | |||
2009-10-20 | AGI: Cleanup AgiEngine::agiSprintf | Max Horn | |
svn-id: r45267 | |||
2009-10-20 | AGI: Change g_useChorus to SoundMgr::_useChorus, and add FIXME comment about ↵ | Max Horn | |
it always being true (so maybe it can be removed?) svn-id: r45266 | |||
2009-10-20 | AGI: Oopify LZW decoder | Max Horn | |
svn-id: r45265 | |||
2009-10-20 | AGI: Make scancodeTable const | Max Horn | |
svn-id: r45261 | |||
2009-10-20 | AGI: cleanup GfxMgr::testButton | Max Horn | |
svn-id: r45260 | |||
2009-10-20 | AGI: Turn g_tickTimer & g_mouse into members of class AgiEngine resp. AgiBase | Max Horn | |
svn-id: r45259 | |||
2009-10-19 | AGI: cleanup | Max Horn | |
svn-id: r45256 | |||
2009-10-19 | AGI: Remove some global vars | Max Horn | |
svn-id: r45255 | |||
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn | |
svn-id: r45233 | |||
2009-10-09 | cleanup | Max Horn | |
svn-id: r44810 | |||
2009-10-08 | Introduce a new struct TimeDate, replacing struct tm in client code. May ↵ | Max Horn | |
lead to compilation issues in ports, which should be trivial to fix, though svn-id: r44793 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-10-01 | Fixed some potential memory leaks, reported by salty-horse | Filippos Karapetis | |
svn-id: r44516 | |||
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵ | Max Horn | |
things) svn-id: r44495 | |||
2009-09-24 | Reverted parts of revisions #44292, #44293, #44295 and #44296, to prevent ↵ | Filippos Karapetis | |
warnings and issues in compilers which don't support NORETURN svn-id: r44312 | |||
2009-09-24 | Removed some warnings about unreachable code | Filippos Karapetis | |
svn-id: r44292 | |||
2009-09-23 | Commit modified patch from bug report #2849084 "AGI: Crash when saving ↵ | Johannes Schickel | |
fallback-matched game" to fix that bug. svn-id: r44273 | |||
2009-08-30 | Implement getDebugger() in AGI | Jordi Vilalta Prat | |
svn-id: r43840 | |||
2009-08-22 | Properly uninitialize timer used in AgiEngine. | Johannes Schickel | |
svn-id: r43623 | |||
2009-08-18 | Possible fix for #2828330 (AGI: KQ1: Fast text box). If doesn't break ↵ | Kari Salminen | |
anything else then should go to the branch-1-0-0 too, but haven't had the time to do much testing yet - thus committing to the trunk first. svn-id: r43523 | |||
2009-08-16 | Fix bug #2838551: "PSP: AGI games are unbearably slow" | Eugene Sandulenko | |
svn-id: r43452 | |||
2009-08-15 | Fix for bug #2835581 (KQ3: Game Crash When Leaving Tavern as Fly): | Kari Salminen | |
- Use AGI version 0x3149 instead of the previous 0x3086 - Makes ESC pause the game (Identical to original in this respect) svn-id: r43414 | |||
2009-08-03 | Fix for bug #2828333 (AGI: KQ1: Greensleeves always plays): | Kari Salminen | |
- Made all savegame loading in AGI do the same pre-load and post-load stuff. - Moved load/saveGameState from AgiBase to AgiEngine - Added rudimentary error handling to load/saveGameState - Incidentally also fixes the hanging note from bug #2798797. svn-id: r43025 | |||
2009-08-02 | Fix AGI crashes on 64-bit systems that require alignment | Joost Peters | |
svn-id: r43011 | |||
2009-07-25 | Move the event recorder to its own class (EventRecoder inside ↵ | Johannes Schickel | |
common/EventRecorder.[h/cpp]). svn-id: r42751 | |||
2009-07-22 | Fix bug #2798797: "AGI: larry 1 doesn't restart after dying" | Eugene Sandulenko | |
svn-id: r42663 | |||
2009-07-22 | Move functions from agi.cpp to more appropriate files. | Eugene Sandulenko | |
svn-id: r42662 | |||
2009-07-22 | Fix bug #2823759: "AGI: PQ1 help not showing the first time you press F1" | Eugene Sandulenko | |
svn-id: r42659 | |||
2009-07-22 | Fix bug #2823762: "AGI: PQ1 All function keys are broken after restart" | Eugene Sandulenko | |
svn-id: r42658 | |||
2009-07-20 | Fixing bug #2823854: Mickey's space adventure crash. There's one too many ↵ | Matthew Hoops | |
space characters in a string which causes it to be drawn off the screen. svn-id: r42633 | |||
2009-07-14 | Remove ioFailed() usage from AGI engine. | Kari Salminen | |
svn-id: r42495 | |||
2009-07-14 | Partially fix automatic restarting of AGI games (Addresses bug #2798797 ↵ | Kari Salminen | |
('AGI: larry 1 doesn't restart after dying') but doesn't fully fix it. There seems to be more to the problem still. Automatic restarting after dying of an STD doesn't take away the STD-condition and Larry continues to die in a loop). svn-id: r42482 | |||
2009-07-01 | - Added GCC_PRINTF attribute to several funcs where it makes sense | Max Horn | |
- change some constants from double to float, to avoid "loss of precision due to implicit conversion" warnings - removed duplicate prototypes for some funcs - fixed some "increases required alignment of target type" warnings svn-id: r42009 | |||
2009-06-19 | Fixed a warning about an uninitialized variable | Filippos Karapetis | |
svn-id: r41660 | |||
2009-06-17 | Preliminary support for CoCo3 music. | Eugene Sandulenko | |
svn-id: r41618 |