aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-11-04modified NewGui::drawString to shorten strings which don't fit using ↵Max Horn
ellipsis (disabled for the EditTextWidget for now) svn-id: r11136
2003-11-04Added some more dummy checkboxes, functionality to be addedMax Horn
svn-id: r11135
2003-11-04swap GFX_HQ2X & GFX_ADVMAME3X (purely cosmetic :-)Max Horn
svn-id: r11134
2003-11-04typoMax Horn
svn-id: r11133
2003-11-04added PROP_GET_GFX_MODE; removed PROP_SHOW_DEFAULT_CURSORMax Horn
svn-id: r11132
2003-11-04fix demo crash after introductionGregory Montoir
svn-id: r11131
2003-11-04change white palette entry for cursor in order to avoid glitch when ↵Gregory Montoir
palFadeIn is called svn-id: r11130
2003-11-04Create g_logic dynamically. More moving of stuff into classes.Torbjörn Andersson
svn-id: r11129
2003-11-04More moving of stuff into classes.Torbjörn Andersson
svn-id: r11128
2003-11-04display PCGames splash screen for demo versionGregory Montoir
svn-id: r11127
2003-11-04R_MAP defineGregory Montoir
svn-id: r11126
2003-11-04preliminary R_MAP implementationGregory Montoir
svn-id: r11125
2003-11-04add some things...Jonathan Gray
svn-id: r11124
2003-11-04lec don't have copyright on all the SCUMM games, add broken sword while ↵Jonathan Gray
here. Maybe we should just say something like all copyrights and trademarks are owned by their respective owners instead of having this list and stick a bit about the GPL in that the TODO mentioned? svn-id: r11123
2003-11-03fix item positionsMax Horn
svn-id: r11122
2003-11-03oops this wasn't meant to be thereMax Horn
svn-id: r11121
2003-11-03removed PushButtonWidgetMax Horn
svn-id: r11120
2003-11-03remade the in-game GUI/menuMax Horn
svn-id: r11119
2003-11-03cleanupMax Horn
svn-id: r11118
2003-11-03stdafx.h needs to be included first.Marcus Comstedt
svn-id: r11117
2003-11-03Now compiles again...Marcus Comstedt
svn-id: r11116
2003-11-03Updated list of build directories to ignore.Marcus Comstedt
svn-id: r11115
2003-11-03Reeordered EXEEXT and EXECUTABLE (define before use).Marcus Comstedt
svn-id: r11114
2003-11-03Added math.h to include list (needed for atan2).Marcus Comstedt
svn-id: r11113
2003-11-03Use posix-fs on Dreamcast.Marcus Comstedt
svn-id: r11112
2003-11-03oopsGregory Montoir
svn-id: r11111
2003-11-03Make ChooserDialog height & button label customizable; make its ListWidget ↵Max Horn
available to the outside, to allow custom modifications (hack!); fixed bug where the cancel button didn't yield -1 as result svn-id: r11110
2003-11-03added NumberingMode enum typeMax Horn
svn-id: r11109
2003-11-03cleanupGregory Montoir
svn-id: r11108
2003-11-03fix compile errorMax Horn
svn-id: r11107
2003-11-03New build optionsChris Apers
svn-id: r11106
2003-11-03Updated to lastest CVSChris Apers
svn-id: r11105
2003-11-03Use compiler option instead of thisChris Apers
svn-id: r11104
2003-11-03Read database only if it is openedChris Apers
svn-id: r11103
2003-11-03AppStart/AppStop functionsChris Apers
svn-id: r11102
2003-11-03Changed vars nameChris Apers
svn-id: r11101
2003-11-03ScummVM launcher in its own source fileChris Apers
svn-id: r11100
2003-11-03New num padChris Apers
svn-id: r11099
2003-11-03One form in one source fileChris Apers
svn-id: r11098
2003-11-03Read database only if it is openedChris Apers
svn-id: r11097
2003-11-03Added snprintf functionChris Apers
svn-id: r11096
2003-11-03One form in one source fileChris Apers
svn-id: r11095
2003-11-03Disable Queen for nowChris Apers
svn-id: r11094
2003-11-03Updated fromsChris Apers
svn-id: r11093
2003-11-03Fixed compile error under codewarrior for PalmOSChris Apers
svn-id: r11092
2003-11-03init Walk::_joeMoveBlock at the right placeGregory Montoir
svn-id: r11091
2003-11-03cleanup / enable cutaway callsGregory Montoir
svn-id: r11090
2003-11-03enable room switchingGregory Montoir
svn-id: r11089
2003-11-03The resource and memory managers are now created dynamically.Torbjörn Andersson
Renamed the resource manager's open/close methods openResource() and closeResource() to avoid confusion. (It was I who originally shortened their names to open() and close(), but I've changed my mind now.) Moved more stuff into Sword2Engine. svn-id: r11088
2003-11-03Default to first tabJames Brown
svn-id: r11087