Age | Commit message (Expand) | Author |
2003-12-20 | Make VC6/EVC happier | Nicolas Bacca |
2003-12-19 | Implemented scroll wheel handling for save/load dialogs. (This turned up a | Torbjörn Andersson |
2003-12-03 | Change Broken Sword 2 default to no subtitles | Travis Howell |
2003-12-02 | Since all other engines have been changed to use "subtitles" instead of | Torbjörn Andersson |
2003-11-25 | Removed some spurious semi-colons pointed out in patch #847464 | Torbjörn Andersson |
2003-11-16 | More cleanup. I've eliminated all the temporary global variables I've added | Torbjörn Andersson |
2003-11-15 | Mostly cleanup. Also prevented what would probably have been an infinite | Torbjörn Andersson |
2003-11-11 | Moved low-level keyboard and mouse handling to a new Input class, and | Torbjörn Andersson |
2003-11-08 | Moved more stuff into classes, changed some static allocation to dynamic, | Torbjörn Andersson |
2003-11-04 | Create g_logic dynamically. More moving of stuff into classes. | Torbjörn Andersson |
2003-11-03 | The resource and memory managers are now created dynamically. | Torbjörn Andersson |
2003-11-02 | Even more stuff moving into Sword2Engine. I'm tempted to make a new class | Torbjörn Andersson |
2003-11-02 | Moved some more "homeless" functions into Sword2Engine. (Don't worry -- I | Torbjörn Andersson |
2003-11-02 | fixed warnings | Paweł Kołodziejski |
2003-11-01 | Instead of having a function that reverses the panning table, we now have a | Torbjörn Andersson |
2003-11-01 | Create the gui object dynamically | Torbjörn Andersson |
2003-11-01 | More moving of stuff into classes | Torbjörn Andersson |
2003-10-31 | Save the config file when options are changed. | Torbjörn Andersson |
2003-10-29 | Use the ScummVM config manager instead of a separate BS2-specific config | Torbjörn Andersson |
2003-10-28 | bs2 -> sword2 | Max Horn |
2003-10-28 | If we fail to read the game settings, use sensible defaults. | Torbjörn Andersson |
2003-10-26 | Enable the debug console. Actually, what I've done is to adapt the debug | Torbjörn Andersson |
2003-10-21 | Moved some more stuff into the Logic class. | Torbjörn Andersson |
2003-10-18 | Moved the opcode functions into the Logic class. | Torbjörn Andersson |
2003-10-15 | Dumped most of the remaining "driver" code into a new "Display" class. This | Torbjörn Andersson |
2003-10-12 | some more target<->game cleanup | Max Horn |
2003-10-12 | Moved the "router" code into a new Router class. I'm hoping this is | Torbjörn Andersson |
2003-10-11 | Moved the text drawing stuff into a class of its own. (Adding another | Torbjörn Andersson |
2003-10-07 | Renamed the FontRenderer class as FontRendererGui since there's another | Torbjörn Andersson |
2003-10-04 | Changed to use #include "bs2/..." and removed the inclusion of standard C | Torbjörn Andersson |
2003-10-04 | removed Sword2 prefixes of most classes (made obsolete by our namespace usage... | Max Horn |
2003-10-04 | added namespace Sword2 | Max Horn |
2003-10-03 | Some renaming (ironic in the light of Fingolfin's recent namespace | Torbjörn Andersson |
2003-10-02 | renamed namespace ScummVM to Common | Max Horn |
2003-10-01 | ScummVM naming conventions and cleanup in the Sword2Sound class. | Torbjörn Andersson |
2003-09-30 | Changed the resource manager object to use more ScummVM-like naming. | Torbjörn Andersson |
2003-09-30 | Changed the "logic" object to use ScummVM naming conventions. | Torbjörn Andersson |
2003-09-27 | Removed inaccurate comment | Torbjörn Andersson |
2003-09-26 | Some more reformatting / cleanup, and removal of comments that did nothing | Torbjörn Andersson |
2003-09-23 | Changed the keyboard handling to store "keyboard events", rather than just | Torbjörn Andersson |
2003-09-21 | ScummVM code formatting conventions | Torbjörn Andersson |
2003-09-20 | cleanup | Torbjörn Andersson |
2003-09-17 | added a static method setDefaultDirectory to class File; used this to simplif... | Max Horn |
2003-09-09 | Cleanup | Torbjörn Andersson |
2003-09-08 | Complete rewrite of the in-game dialogs (quit, restart, settings, save and | Torbjörn Andersson |
2003-08-26 | The graphics detail settings partially work now. They only affect how | Torbjörn Andersson |
2003-08-24 | use less generic file name for settings.dat, I assume filenames > 8.3 are ok ... | Jonathan Gray |
2003-08-24 | make settings use SaveFileManager stuff as well | Jonathan Gray |
2003-08-23 | Unstubbed the Create/Draw/DeleteSurface() functions, and removed some | Torbjörn Andersson |
2003-08-19 | Remove a bunch of unneeded cruft - but barely the surface of it. This code is... | James Brown |