Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-17 | Implemented a simple EventManager class | Max Horn | |
svn-id: r26154 | |||
2007-03-16 | Basic support for Amiga MSC files. | Johannes Schickel | |
svn-id: r26153 | |||
2007-03-16 | Add a flag which makes it possible to disable the default savefile man (for ↵ | Max Horn | |
backends which want to use our Makefile build system but don't want the default saveman) svn-id: r26152 | |||
2007-03-16 | added md5 for spanish version of Touche (tracker item #1681643) | Gregory Montoir | |
svn-id: r26151 | |||
2007-03-16 | minor simplification | Gregory Montoir | |
svn-id: r26150 | |||
2007-03-16 | fixed volume slidebar display in journal, removed unused var | Gregory Montoir | |
svn-id: r26149 | |||
2007-03-16 | Added new gui/object.cpp files to MSVC projects | Max Horn | |
svn-id: r26148 | |||
2007-03-16 | Added new file gui/object.cpp (collecting GuiObject methods in there), and ↵ | Max Horn | |
renamed Dialog::deleteWidget to Dialog::removeWidget (name was misleading, the removed object does *not* get deleted) svn-id: r26147 | |||
2007-03-16 | removed a leftover extern statement causing link errors on some platforms | Nicola Mettifogo | |
svn-id: r26146 | |||
2007-03-15 | moved remaining background related functions to disk.cpp, and changed Gfx ↵ | Nicola Mettifogo | |
accordingly svn-id: r26145 | |||
2007-03-14 | removed explicit references to kMask0 since there is only 1 mask available | Nicola Mettifogo | |
svn-id: r26140 | |||
2007-03-14 | some slight refactoring | Nicola Mettifogo | |
svn-id: r26139 | |||
2007-03-14 | removed dead code | Nicola Mettifogo | |
svn-id: r26138 | |||
2007-03-14 | implemented clipping using Common::Rect::clip | Nicola Mettifogo | |
svn-id: r26137 | |||
2007-03-14 | Fixed bug #1507835 (BASS: Control panel text differences from the original) | Max Horn | |
svn-id: r26136 | |||
2007-03-14 | Code cleanup in the actions handling. | Lars Persson | |
svn-id: r26135 | |||
2007-03-14 | ITE save game menu mapping has changed to F5. | Lars Persson | |
svn-id: r26134 | |||
2007-03-14 | Add new KeyMappings (Debugger & Fast mode) for Symbian OS. | Lars Persson | |
svn-id: r26133 | |||
2007-03-14 | Add recent walk box changes to SCUMM0 too. | Travis Howell | |
svn-id: r26132 | |||
2007-03-14 | Update error messages in loadModule(). | Travis Howell | |
svn-id: r26131 | |||
2007-03-14 | Fix for bug #1656880 (BASS: mouse initialized wrong in control panel) | Max Horn | |
svn-id: r26130 | |||
2007-03-14 | Patch #1680268: "MSVC 7.1 project files update" | Eugene Sandulenko | |
svn-id: r26129 | |||
2007-03-13 | enforced use of Common::Rect on all graphic routines | Nicola Mettifogo | |
svn-id: r26128 | |||
2007-03-13 | Remove debugger hack for Symbian OS! | Lars Persson | |
svn-id: r26127 | |||
2007-03-13 | removed special case of Graphics::copyRect in favor of more general code | Nicola Mettifogo | |
svn-id: r26126 | |||
2007-03-13 | Updated Symbian Actions for proper ITE menu key. | Lars Persson | |
svn-id: r26125 | |||
2007-03-13 | removed pointless dependencies | Nicola Mettifogo | |
svn-id: r26124 | |||
2007-03-13 | Moved inventory surface management into inventory.cpp, thus removing ↵ | Nicola Mettifogo | |
Graphics::kBit3. Some duplicated code now exists in graphics.cpp and inventory.cpp. svn-id: r26123 | |||
2007-03-13 | cleanup | Nicola Mettifogo | |
svn-id: r26122 | |||
2007-03-13 | made hi-level graphics routine use Common::Rect instead of (x,y,w,h) t-uples | Nicola Mettifogo | |
svn-id: r26121 | |||
2007-03-12 | Restore flipping code for raw wiz images, which was lost in revision 24860. | Travis Howell | |
svn-id: r26120 | |||
2007-03-12 | Fix xmap regression, when drawing wiz images. | Travis Howell | |
svn-id: r26119 | |||
2007-03-12 | oops forgot to add a file | Nicola Mettifogo | |
svn-id: r26118 | |||
2007-03-12 | moved background path buffer management into walk.cpp | Nicola Mettifogo | |
svn-id: r26117 | |||
2007-03-12 | removed useless routines (maybe leftovers from the amiga conversion) | Nicola Mettifogo | |
svn-id: r26116 | |||
2007-03-12 | Protect Array<> and HashMap<> instances against self assignments | Max Horn | |
svn-id: r26115 | |||
2007-03-12 | WIP code for Amiga version: | Johannes Schickel | |
- Font displaying is not yet supported. - Intro should be glitch free - all other things are *untested* svn-id: r26113 | |||
2007-03-12 | Add support for Amiga static data resources. | Johannes Schickel | |
svn-id: r26112 | |||
2007-03-12 | renamed Graphics class to Gfx and Parallaction::_graphics to ↵ | Nicola Mettifogo | |
Parallaction::_gfx to shorten lines and avoid aliasing with framework's Graphics svn-id: r26111 | |||
2007-03-12 | Added mapping from '/' to '\' since Symbian OS does n't support mixed mode ↵ | Lars Persson | |
(\ and / in the same filename). svn-id: r26109 | |||
2007-03-12 | got rid of remaining uses of kBit3 in Menu | Nicola Mettifogo | |
svn-id: r26108 | |||
2007-03-12 | The only uses for StaticCnv::_data2 were by Get and Door zones, so a new ↵ | Nicola Mettifogo | |
field has been added to those structure and _data2 has been deleted. Some graphic routines has been renamed to better reflect this change, too. svn-id: r26107 | |||
2007-03-12 | Special filehandling for Symbian OS not needed in smushplayer anymore. | Lars Persson | |
svn-id: r26106 | |||
2007-03-12 | Some usability improvements to the save/load dialog: The scrollbar uses the | Torbjörn Andersson | |
top/bottom position only when the first/last slot is in view, save slots are numbered, and when saving over an old savegame, the description input field is pre-filled with the old description. That last one is particularly useful if you save to the same slot repeatedly while doing something insanely dangerous like, say, walking from one side of the screen to the other. ("Almost there... almost there... oops.") svn-id: r26105 | |||
2007-03-12 | Removing this old workaround: It no longer works, and causes an infinite ↵ | Max Horn | |
loop. Am working on a new workaround/fix svn-id: r26104 | |||
2007-03-12 | Removed old and undocumented workaround for good, it was apparently made in ↵ | Max Horn | |
reaction bug #478644, and is indeed for the same issue as the following workaround svn-id: r26103 | |||
2007-03-12 | Fix a discrepancy between our V3 walking code and disasm (besides, using ↵ | Max Horn | |
destbox instead of curbox was illogical, too) svn-id: r26102 | |||
2007-03-12 | Get rid of initActorClass | Max Horn | |
svn-id: r26101 | |||
2007-03-12 | Remove warning, logic code for soccer games is incomplete. | Travis Howell | |
svn-id: r26100 | |||
2007-03-12 | overall revision of selectCharacter (protection code) to remove usage of ↵ | Nicola Mettifogo | |
StaticCnv::_data2 and some slight bug fixing svn-id: r26099 |