Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-08 | Enable pinnacle room | David Eriksson | |
svn-id: r11216 | |||
2003-11-08 | Show mouse cursor in dialogue. | David Eriksson | |
svn-id: r11215 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11214 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11213 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11212 | |||
2003-11-08 | update | Paweł Kołodziejski | |
svn-id: r11211 | |||
2003-11-08 | This one can go as well | Torbjörn Andersson | |
svn-id: r11210 | |||
2003-11-08 | Removed some now redundant header files. | Torbjörn Andersson | |
svn-id: r11209 | |||
2003-11-08 | fix dufflebag problem | Gregory Montoir | |
svn-id: r11208 | |||
2003-11-08 | Moved more stuff into classes, changed some static allocation to dynamic, | Torbjörn Andersson | |
and removed some of the references to global variables. At this point I believe everything in the main game engine has been moved into classes - not necessarily the correct ones, but still... However, there is some stuff in the driver directory that need to be taken care of as well. svn-id: r11207 | |||
2003-11-08 | missing stuff for carbam scene | Gregory Montoir | |
svn-id: r11206 | |||
2003-11-08 | Start/stop scenes - fixes missing panel. | David Eriksson | |
svn-id: r11205 | |||
2003-11-08 | Use spaces instead of TABs | Joost Peters | |
svn-id: r11204 | |||
2003-11-08 | Added David and Gregory to the README | Joost Peters | |
svn-id: r11203 | |||
2003-11-08 | Apparantly, this cast is not needed for it to work properly | Joost Peters | |
svn-id: r11202 | |||
2003-11-08 | Add missing opcode needed for Spanish version (And maybe others?) of Full ↵ | Travis Howell | |
Throttle, patch #838309 svn-id: r11201 | |||
2003-11-07 | fix palette glitches occuring when Joe switches from his clothes to the dress | Gregory Montoir | |
svn-id: r11200 | |||
2003-11-07 | fixed ConfigManager getInt/getBool | Max Horn | |
svn-id: r11199 | |||
2003-11-07 | oops | Gregory Montoir | |
svn-id: r11198 | |||
2003-11-07 | add bob parallax stuff for room 74 (carbam) | Gregory Montoir | |
svn-id: r11197 | |||
2003-11-07 | added checkboxes to the 'Edit Game...' dialog which let the user determine ↵ | Max Horn | |
whether to override global settings or not; besides other things, this fixes bug #837599 (Default volume is 0 for newly added games) svn-id: r11196 | |||
2003-11-07 | change behaviour of ConfigManager::get once again -> now we *do* fall back ↵ | Max Horn | |
to the registered defaults... svn-id: r11195 | |||
2003-11-07 | Implement some special actions | David Eriksson | |
svn-id: r11194 | |||
2003-11-07 | enable StaticTextWidget by default; make CheckboxWidget::handleMouseUp send ↵ | Max Horn | |
the checkbox state along with its command svn-id: r11193 | |||
2003-11-07 | draw StaticTextWidget differently if disabled | Max Horn | |
svn-id: r11192 | |||
2003-11-07 | fixed memory leak in TabWidget | Max Horn | |
svn-id: r11191 | |||
2003-11-07 | err, *strnlen(,,3)* used to check for empty strings? I think not :-) | Max Horn | |
svn-id: r11190 | |||
2003-11-07 | Small fixes. | David Eriksson | |
svn-id: r11189 | |||
2003-11-07 | adjust for recent string c_str changes so title is always shown again. Fixes ↵ | Jonathan Gray | |
bug #837868 probably not the best way of doing it but it'll do svn-id: r11188 | |||
2003-11-07 | Removed some unnecessary whitespace | Torbjörn Andersson | |
svn-id: r11187 | |||
2003-11-07 | Correct voc rate in DOTT demo | Travis Howell | |
svn-id: r11186 | |||
2003-11-07 | Minor fixes. | David Eriksson | |
svn-id: r11185 | |||
2003-11-07 | Fixed warning. (I've only seen these warnings when compiling under MinGW, | Torbjörn Andersson | |
and to be honest I never understood why the compiler wars for it.) svn-id: r11184 | |||
2003-11-07 | fix invalid typo fixes ;-) (BTW did anybody get comit mails for khalek's ↵ | Max Horn | |
changes? I didn't) svn-id: r11183 | |||
2003-11-07 | missed one | Jonathan Gray | |
svn-id: r11182 | |||
2003-11-07 | spelling fixes | Jonathan Gray | |
svn-id: r11181 | |||
2003-11-07 | spelling fixes | Jonathan Gray | |
svn-id: r11180 | |||
2003-11-07 | Added partial playSong() implementation | Joost Peters | |
svn-id: r11179 | |||
2003-11-07 | spelling fixes | Jonathan Gray | |
svn-id: r11178 | |||
2003-11-07 | missed one | Jonathan Gray | |
svn-id: r11177 | |||
2003-11-07 | more spelling fixes | Jonathan Gray | |
svn-id: r11176 | |||
2003-11-07 | spelling fixes | Jonathan Gray | |
svn-id: r11175 | |||
2003-11-07 | <tsuteiuQ> 'gnaw gnaw' | Jonathan Gray | |
svn-id: r11174 | |||
2003-11-07 | Don't try to speak NULL strings, this fixes atleast 1 crash. (looking out ↵ | Joost Peters | |
the hotel window) svn-id: r11173 | |||
2003-11-07 | typo, gnaw gnaw | Max Horn | |
svn-id: r11172 | |||
2003-11-07 | Use the new capabilities of class Map to make the ConfigManager case ↵ | Max Horn | |
insensitive when it comes to comparing config keys/domains svn-id: r11171 | |||
2003-11-07 | Introduce Comperator template parameter to Map -> this allows more flexible ↵ | Max Horn | |
use of Map (in particular, I can now use a StringMap in ConfigManager which ignores case) svn-id: r11170 | |||
2003-11-07 | change (Const)String::c_str to never return 0 (rather return empty string) ↵ | Max Horn | |
-> can be used to simplify code. Also don't use stricmp in </<=/>/>= operators, it is inconsisten with == and != operators svn-id: r11169 | |||
2003-11-06 | cut down dependencies a bit (so that I don't have to recompile hq2x/hq3x ↵ | Max Horn | |
whenever common/scaler.h is changed :-) svn-id: r11168 | |||
2003-11-06 | cleanup | Max Horn | |
svn-id: r11167 |