Age | Commit message (Expand) | Author |
2004-05-10 | Close menus before restarting. (This is a purely cosmetical fix.) | Torbjörn Andersson |
2004-05-09 | Removed the buffering of mouse and keyboard events. I don't think any of | Torbjörn Andersson |
2004-04-23 | Major revamping of the BS2 memory manager and, some small changes to the | Torbjörn Andersson |
2004-03-17 | Use the same syntax for accessing script variables as BS1 does, i.e. now | Torbjörn Andersson |
2004-03-04 | If the user has previous savegames, display a restart/restore dialog when | Torbjörn Andersson |
2004-03-01 | Display keyboard when saving | Nicolas Bacca |
2004-02-21 | Use unsigned characters when drawing the text in the control panel etc. | Torbjörn Andersson |
2004-02-05 | Removed some of the #includes from sword2.h | Torbjörn Andersson |
2004-01-09 | Make it possible to quit while showing in-game dialogs. (Regression fix.) | Torbjörn Andersson |
2004-01-06 | It's a new year in BS2 land, too! | Torbjörn Andersson |
2004-01-06 | Made sure the screen is really cleared when drawing a dialog window, plus | Torbjörn Andersson |
2004-01-04 | Adapted LavosSpawn's idea for more efficient screen updating. It still | Torbjörn Andersson |
2003-12-28 | Hopefully the last big renaming. Now the datatypes have names like | Torbjörn Andersson |
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 |