Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-15 | remove scumm.h dependency | Jonathan Gray | |
svn-id: r8498 | |||
2003-06-15 | moved GameId declaration to common/engine.h (more logical); moved scumm ↵ | Max Horn | |
specific stuff from gameDetector.h to scumm.h; cleaned up some #includes (ideally, never #include something in a header file if you can avoid it - this cuts down interdepencies) svn-id: r8496 | |||
2003-06-14 | added tilda (~) character to GUI font | Max Horn | |
svn-id: r8484 | |||
2003-06-12 | Made notation of transient config domains consistent. | Jamieson Christian | |
Now all transient config domains use a name in the form _TRANSIENT_DOMAIN svn-id: r8452 | |||
2003-06-11 | Fix for bug [741592] GUI: Switching music driver mixes up music | Jamieson Christian | |
Implement true music driver selection from the GUI options dialog. This implementation depends on a new, transient config domain called "user-overrides". Probably any other config changes made from the options dialog will need to go into this domain, which is now loaded after the game settings are loaded. I hope this is the right way to do it. I'm still a little fuzzy about our game settings architecture. If anybody suddenly gets a "[user-overrides]" section showing up in their scummvm.ini or scummvm.rc files, you'll know why. svn-id: r8434 | |||
2003-06-08 | added quit event | Max Horn | |
svn-id: r8398 | |||
2003-06-07 | use _version | Max Horn | |
svn-id: r8370 | |||
2003-05-29 | fixed compilation | Paweł Kołodziejski | |
svn-id: r8112 | |||
2003-05-27 | put in explicit unistd.h for getcwd (this helps BeOS) | Max Horn | |
svn-id: r8040 | |||
2003-05-21 | Variable initializations in SliderWidget | Torbjörn Andersson | |
svn-id: r7786 | |||
2003-05-20 | memory init | Max Horn | |
svn-id: r7743 | |||
2003-05-05 | Patch #732725: EditTextWidget: handleMouseDown positions caret | Max Horn | |
svn-id: r7360 | |||
2003-05-05 | Patch #732707: EditTextWidget: long string support | Max Horn | |
svn-id: r7359 | |||
2003-05-05 | fixed cursor placement | Oliver Kiehl | |
svn-id: r7343 | |||
2003-05-05 | patch #732184 | Oliver Kiehl | |
svn-id: r7341 | |||
2003-05-03 | Patch #731613: debugger tab-completion (thanks, Willem!) | Max Horn | |
svn-id: r7293 | |||
2003-05-03 | Patch #731615: console: KillLastWord broken | Max Horn | |
svn-id: r7270 | |||
2003-04-30 | compilation fix | Jonathan Gray | |
svn-id: r7235 | |||
2003-04-30 | PalmOS changes: allow 8 bit GUI mode | Max Horn | |
svn-id: r7226 | |||
2003-04-29 | update launcher for recent changes | Jonathan Gray | |
svn-id: r7191 | |||
2003-04-12 | incresed button width a little more for spanish games | Max Horn | |
svn-id: r6988 | |||
2003-04-10 | fixed GP32 port | Joost Peters | |
svn-id: r6958 | |||
2003-04-03 | Save game path setting is not meaningful on the Dreamcast. | Marcus Comstedt | |
svn-id: r6901 | |||
2003-03-27 | fixed compilation under VC6 | Paweł Kołodziejski | |
svn-id: r6873 | |||
2003-03-26 | grow default buttons size & browser dialog to accomodate for spanish games | Max Horn | |
svn-id: r6871 | |||
2003-03-26 | Hook up the midi driver selection popup; disable GFX popup for now, till we ↵ | Max Horn | |
modify the backends to properly allow for it's support svn-id: r6867 | |||
2003-03-26 | Make it possible to disable popups/checkboxes | Max Horn | |
svn-id: r6864 | |||
2003-03-25 | make the volume controls in the global options dialog work | Max Horn | |
svn-id: r6863 | |||
2003-03-25 | added some meat to the global options dialog (no prefs are stored yet, though) | Max Horn | |
svn-id: r6862 | |||
2003-03-25 | cleanup | Max Horn | |
svn-id: r6856 | |||
2003-03-09 | only treat double clicks as double clicks, but not triple/quadruple/etc. clicks) | Max Horn | |
svn-id: r6781 | |||
2003-03-08 | change RBG to RGB which follows the argument order and hence makes more sense... | Jonathan Gray | |
svn-id: r6767 | |||
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2003-03-06 | and more cleanup .... Last | Paweł Kołodziejski | |
svn-id: r6721 | |||
2003-03-02 | Patch #691064: dot matrix scaler | Max Horn | |
svn-id: r6663 | |||
2003-01-15 | add new tv scanlines graphics scaler from Gregory Montoir, use -g tv2x to try it | Jonathan Gray | |
svn-id: r6462 | |||
2003-01-10 | Added some basic line editing to the EditText widget | Oliver Kiehl | |
svn-id: r6393 | |||
2003-01-02 | Plop in some better disk switching code for CMI - I have no idea how well ↵ | James Brown | |
this will work transitioning from a disk1 room to a disk2 room in-game, but it works for bootparams and saved games.. svn-id: r6322 | |||
2002-12-28 | Fix NewGui for higher resolutions (eg, CMI) | James Brown | |
svn-id: r6216 | |||
2002-12-25 | even more -peantic fixes | Max Horn | |
svn-id: r6111 | |||
2002-12-25 | fixed invalid memory access | Max Horn | |
svn-id: r6110 | |||
2002-12-25 | more -pedantic warnings fixed | Max Horn | |
svn-id: r6109 | |||
2002-12-21 | allow for a timed message dialog w/o buttons (still need to add support for ↵ | Max Horn | |
multiple buttons with customm labels) svn-id: r6038 | |||
2002-12-20 | made chooser wider | Max Horn | |
svn-id: r6032 | |||
2002-12-20 | don't show amiga checkbox for simon games | Max Horn | |
svn-id: r6031 | |||
2002-12-16 | fix Ctrl-D; work around VC++ quirks properly | Max Horn | |
svn-id: r6003 | |||
2002-12-16 | small fix | Oliver Kiehl | |
svn-id: r6002 | |||
2002-12-16 | fixed compilation under MSVC | Paweł Kołodziejski | |
svn-id: r5998 | |||
2002-12-16 | New debugger core. Doesn't really have anything implemented yet, but is far ↵ | James Brown | |
more expandable and userfriendly than our previous. Enable experimental console debugger by default, as I havn't written the text console code yet :) svn-id: r5990 | |||
2002-12-16 | Fix segfault | James Brown | |
svn-id: r5988 |