Age | Commit message (Expand) | Author |
2008-01-28 | Fix 'member var shadowed' warning | Max Horn |
2008-01-28 | Fix compilation | Sven Hesse |
2008-01-28 | Removed all job routines. Stubs have been left for future reference in the co... | Nicola Mettifogo |
2008-01-28 | Oops. Forgot ScummVM header in new source file. | Nicola Mettifogo |
2008-01-28 | All interactive objects are now drawn in the framebuffer instead of using the... | Nicola Mettifogo |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2008-01-22 | Some refactoring of text drawing routines. | Nicola Mettifogo |
2008-01-21 | Merged low level blitting functions into one single routine. | Nicola Mettifogo |
2008-01-13 | Removed unnecessary semi-colons. | Torbjörn Andersson |
2008-01-12 | Added function to encapsulate/protect manipulation of background. | Nicola Mettifogo |
2008-01-09 | Refactored some text drawing code. | Nicola Mettifogo |
2008-01-09 | Turned Gfx::setFont into a protected member, since now Gfx can automatically ... | Nicola Mettifogo |
2008-01-09 | Replaced the remaining old string code with the new label code. All the text ... | Nicola Mettifogo |
2008-01-08 | Restructured label handling and moved all related code to Gfx. | Nicola Mettifogo |
2008-01-08 | Removed useless members. | Nicola Mettifogo |
2008-01-08 | Added a proper _name member to Zone, instead of using the label text. | Nicola Mettifogo |
2008-01-07 | Merged dos monospaced fonts subclasses into parent class. Handling is the sam... | Nicola Mettifogo |
2008-01-07 | Fixed an MSVC warning | Filippos Karapetis |
2008-01-06 | Indent with tabs instead of spaces. | Torbjörn Andersson |
2008-01-06 | Removed now useless functions. | Nicola Mettifogo |
2008-01-06 | Fixes wrong type. | Nicola Mettifogo |
2008-01-06 | Indent with tabs instead of spaces. | Torbjörn Andersson |
2008-01-06 | Moved balloons management into Gfx, which is now responsible for positioning ... | Nicola Mettifogo |
2008-01-04 | In revision 30221, the correct font wasn't selected in the character selectio... | Nicola Mettifogo |
2008-01-04 | Fix for bug# 1729307. Fonts are now displayed with shadows when needed on Ami... | Nicola Mettifogo |
2008-01-02 | Fixed bug in Nippon Safes for Amiga, Italian version. Game now doesn't crash ... | Nicola Mettifogo |
2008-01-02 | Fix for bug #1829409. Character now changes expression accordingly with avail... | Nicola Mettifogo |
2008-01-02 | Removed debug printf. | Nicola Mettifogo |
2007-12-16 | Changed an explicit warning/remainder into a code comment. | Nicola Mettifogo |
2007-12-15 | Added halfbrite effect to Nippon Safes Amiga. Implementation is not complete,... | Nicola Mettifogo |
2007-12-10 | Updated outdated comment. | Nicola Mettifogo |
2007-12-10 | Added 90 extra save slots for Nippon Safes. | Nicola Mettifogo |
2007-12-10 | * Switched Nippon Safes to use new names for savefiles. User will be asked to... | Nicola Mettifogo |
2007-12-09 | Fix for bug #1777053. Engine was ruling out valid passwords because of wrong ... | Nicola Mettifogo |
2007-12-09 | Going back to uncached mode for graphics resources of Examine zones. This pre... | Nicola Mettifogo |
2007-12-08 | Fix for bug #1837503. Location switches can be scheduled recursively, so now ... | Nicola Mettifogo |
2007-12-04 | Broke up parseDialogue into more manageable and focused short routines. | Nicola Mettifogo |
2007-11-28 | Update mouse coordinates onn *all* mouse events, i.e. also after click events | Max Horn |
2007-11-22 | * added adapter from Graphics::Surface to Frames | Nicola Mettifogo |
2007-11-22 | * added (incomplete) explicit state machine handling in engine class (see _in... | Nicola Mettifogo |
2007-11-21 | * moved label drawing into Gfx, to be drawn directly in the framebuffer | Nicola Mettifogo |
2007-11-19 | * made engine use Inventory and InventoryRenderer | Nicola Mettifogo |
2007-11-19 | Walk and script handling are now directly handled by the main loop, instead o... | Nicola Mettifogo |
2007-11-18 | Muting the compiler :P | Sven Hesse |
2007-11-18 | Cleanup. | Nicola Mettifogo |
2007-11-18 | Partly decoupled rendering from game data update. Graphics routines to draw/e... | Nicola Mettifogo |
2007-11-18 | Removed other paranoia code from the original engine (as in revision 29505). | Nicola Mettifogo |
2007-11-18 | Cleanup. | Nicola Mettifogo |
2007-11-17 | Refactored main input code. | Nicola Mettifogo |
2007-11-16 | Added const to static data. | Johannes Schickel |