Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-04 | Disabled some more options settings for non talkie versions. | Johannes Schickel | |
svn-id: r31386 | |||
2008-04-04 | Cleaned up volume settings managment. | Johannes Schickel | |
svn-id: r31385 | |||
2008-04-04 | Implemented audio menu, slider bars not moveable via mouse yet though. | Johannes Schickel | |
svn-id: r31384 | |||
2008-04-04 | Little less waste of memory. | Johannes Schickel | |
svn-id: r31383 | |||
2008-04-04 | Also hooked the death menu quit button to the game quit code implemented in ↵ | Filippos Karapetis | |
rev #31376 svn-id: r31382 | |||
2008-04-04 | Properly *init* the _fmtownsBuf variable, and properly release the memory it ↵ | Max Horn | |
points to when restarting svn-id: r31381 | |||
2008-04-04 | Revert revision 31256, since _textSurfaceMultiplier isn't set at that point. | Travis Howell | |
svn-id: r31380 | |||
2008-04-04 | Fixed nameclash. | Johannes Schickel | |
svn-id: r31379 | |||
2008-04-04 | Implemented game options menu. | Johannes Schickel | |
svn-id: r31378 | |||
2008-04-04 | Added support for quit game button. | Johannes Schickel | |
svn-id: r31376 | |||
2008-04-04 | Added partial support for main menu. Only load, save and resume buttons are ↵ | Johannes Schickel | |
working currently svn-id: r31375 | |||
2008-04-04 | cleanup | Florian Kagerer | |
svn-id: r31374 | |||
2008-04-04 | This fixes the menus for fm-towns and floppy versions (only load and death ↵ | Florian Kagerer | |
menu atm). svn-id: r31373 | |||
2008-04-03 | Add Apple IIGS MIDI program number to instrument number mappings (Both for ↵ | Kari Salminen | |
the older instrument set used by SQ1 only and for the newer instrument set used by all the other tested Apple IIGS games). svn-id: r31371 | |||
2008-04-03 | Cleanup. | Johannes Schickel | |
-This line, and those below, will be ignored-- M kyra/resource.cpp svn-id: r31370 | |||
2008-04-03 | Replaced unloadAllPakFiles with a simple _map.clear on resource class ↵ | Johannes Schickel | |
destruction. (Should save a little file i/o need on shutdown) svn-id: r31369 | |||
2008-04-03 | - Added support for filename length > 64 in static resource code. | Johannes Schickel | |
- Updated warning when 'INDEX' is not found - Added filesize check for 'INDEX' file svn-id: r31368 | |||
2008-04-03 | After further testing it seems Apple IIGS midi playing speed is actually 60 ↵ | Kari Salminen | |
ticks per second. Hurrah! svn-id: r31367 | |||
2008-04-03 | Fix naming of the Apple IIGS midi speed variable and its value (Was ↵ | Kari Salminen | |
erronously named bpm although was really ticks per second rather than ticks per minute). svn-id: r31366 | |||
2008-04-03 | Fix Apple IIGS midi playing speed (Based on tests with Apple IIGS KQ1 and ↵ | Kari Salminen | |
SQ1 under MESS 0.124a) svn-id: r31365 | |||
2008-04-02 | Changed spaces to tabs. | Torbjörn Andersson | |
svn-id: r31362 | |||
2008-04-02 | Implemented death menu. This also fixes bug #1926892 "HoF: Odd behaviour ↵ | Johannes Schickel | |
when Zanthia gets killed(?)". svn-id: r31360 | |||
2008-04-02 | Fixed warnings with gcc 3.3. | Johannes Schickel | |
svn-id: r31359 | |||
2008-04-01 | Fixed bug in GUI code, should hopefully fix white boxes appearing around ↵ | Johannes Schickel | |
inventory. svn-id: r31355 | |||
2008-04-01 | Fixed spellbook graphics in German CD version. | Johannes Schickel | |
svn-id: r31354 | |||
2008-04-01 | Add detection entry for Serguei's Destiny II Demo v1.3.1 (March 22nd 2008). | Kari Salminen | |
svn-id: r31346 | |||
2008-03-30 | Don't enter run loop when quit flag is set. | Johannes Schickel | |
svn-id: r31337 | |||
2008-03-30 | Implement quit flag handling in Kyra2 GUI code. | Johannes Schickel | |
svn-id: r31336 | |||
2008-03-30 | Fixed bug which caused sometimes garbage text to be displayed. | Johannes Schickel | |
svn-id: r31335 | |||
2008-03-30 | Removed char &operator [] from class String -- it had the potential to wreak ↵ | Max Horn | |
havoc when used on shared strings (thanks to tramboi for pointing this out) svn-id: r31334 | |||
2008-03-30 | Cleanup. | Johannes Schickel | |
svn-id: r31332 | |||
2008-03-30 | - fixed savegame description loading in kyra1 | Johannes Schickel | |
- added Kyra2 load menu, currently just accessable from startup menu though svn-id: r31331 | |||
2008-03-30 | Cleanup. | Johannes Schickel | |
svn-id: r31319 | |||
2008-03-30 | Always clip rect to copy in Screen::copyRegion now, like the original does. | Johannes Schickel | |
This fixes bug #1537373 "KYRA1: Crash when meeting Zanthia". svn-id: r31318 | |||
2008-03-30 | - get rid of const_cast | Florian Kagerer | |
svn-id: r31317 | |||
2008-03-30 | Cleanup. | Johannes Schickel | |
svn-id: r31313 | |||
2008-03-30 | Renamed some functions according to our coding guidelines. | Johannes Schickel | |
svn-id: r31310 | |||
2008-03-30 | - fixed formatting | Johannes Schickel | |
- fixed const correctness (needed a const_cast though :-/) svn-id: r31309 | |||
2008-03-29 | New drawShape code for Kyra 1 and 2. Scaled sprites no longer appear ↵ | Florian Kagerer | |
mutilated. This also fixes bug #1582675 (KYRA1: Brandon standing IN the floor). This still needs some testing (for both Kyra 1 and Kyra 2). svn-id: r31306 | |||
2008-03-29 | Add patch #1928643 - Czech fan translation of Simon the Sorcerer 1. | Travis Howell | |
svn-id: r31300 | |||
2008-03-28 | Oops | Filippos Karapetis | |
svn-id: r31297 | |||
2008-03-28 | Fixed 2 off-by-one errors (thanks next_ghost for spotting them) | Filippos Karapetis | |
svn-id: r31296 | |||
2008-03-28 | Changed HoF GUI code to use common GUI code now. | Johannes Schickel | |
svn-id: r31295 | |||
2008-03-28 | - fixed svn properties | Johannes Schickel | |
- reenabled kyra1 layout calculation svn-id: r31294 | |||
2008-03-28 | Added FIXME comment regarding sorting of pred.dic; replaced weird binary ↵ | Max Horn | |
search code with simple binary search code ;-) svn-id: r31291 | |||
2008-03-28 | Refactored Kyrandia GUI code a bit. | Johannes Schickel | |
svn-id: r31290 | |||
2008-03-28 | cleanup | Max Horn | |
svn-id: r31289 | |||
2008-03-28 | Oops that shouldn't be committed yet. | Johannes Schickel | |
svn-id: r31288 | |||
2008-03-28 | Committed shared pointer implementation of patch #1895703 "COMMON: Managed ↵ | Johannes Schickel | |
List". Unlike the patch on the tracker this commit includes documentation for SharedPtr. svn-id: r31287 | |||
2008-03-28 | Fixed showing of cauldron animations processing while the inventory is not ↵ | Johannes Schickel | |
shown. svn-id: r31286 |