aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-12-15console now "remembers" the text which the user had typed before using the ↵Oliver Kiehl
history svn-id: r5977
2002-12-15added a history (based on code by olki)Max Horn
svn-id: r5976
2002-12-15Miscellaneous cleanup.Jamieson Christian
Mostly changing comments to C++ style. Welcome to ScummVM iMuse 2.00? svn-id: r5975
2002-12-15debugger can now use the console (experimental, and thus disabled by default)Max Horn
svn-id: r5974
2002-12-15added input callback hook to consoleMax Horn
svn-id: r5973
2002-12-14oopsOliver Kiehl
svn-id: r5972
2002-12-14use killChar for backspace as wellMax Horn
svn-id: r5971
2002-12-14fixed ctrl-w and added ctrl-d and <delete>Oliver Kiehl
svn-id: r5970
2002-12-14retrieve the input and (for now) print it back to the consoleMax Horn
svn-id: r5969
2002-12-14scroll to caret if user typesMax Horn
svn-id: r5968
2002-12-14improved caretMax Horn
svn-id: r5967
2002-12-14improved caretMax Horn
svn-id: r5966
2002-12-14improved line editing; reworked various internal detailsMax Horn
svn-id: r5965
2002-12-14added a scrollbar to consoleMax Horn
svn-id: r5964
2002-12-14added a simple prompt; added an edit caret; some other cleanupMax Horn
svn-id: r5963
2002-12-14fixed warningMax Horn
svn-id: r5962
2002-12-14fixed arrow/mouse wheel scrolling: now honors seperator items (i.e. you ↵Max Horn
can't select the anymore); seperator items are now marked by an empty string svn-id: r5961
2002-12-14removed some references to Linux and replaced them by more general Unix ↵Max Horn
references svn-id: r5960
2002-12-14changed console look&feel a little bitMax Horn
svn-id: r5959
2002-12-14make alpha blend level adjustable, and fixed an overflow bugMax Horn
svn-id: r5958
2002-12-14Missed oneTravis Howell
svn-id: r5957
2002-12-14Remove commented code thats no longer needed.Travis Howell
svn-id: r5956
2002-12-14some more console codeMax Horn
svn-id: r5955
2002-12-14Enable missing codeTravis Howell
svn-id: r5954
2002-12-14fixed typoMax Horn
svn-id: r5953
2002-12-14moved the console code to gui/console.cpp; make it actually printout ↵Max Horn
something. Note that this is WORK IN PROGRESS! I know it is incomplete, no need to tell me that svn-id: r5952
2002-12-14clarificationMax Horn
svn-id: r5951
2002-12-14fixed VC++ compileMax Horn
svn-id: r5950
2002-12-14Commit some junk in-case I don't get time to finish this tonight and ↵James Brown
Fingolfin starts working on it :) svn-id: r5949
2002-12-14Fixed last bad artifacts of Sam & Max carnival music.Jamieson Christian
Hopefully this fix doesn't break anything else.... svn-id: r5948
2002-12-14cleanupMax Horn
svn-id: r5947
2002-12-14added a dummy savepath setting; space gets scare, seems we really need tabsMax Horn
svn-id: r5946
2002-12-14explicitly init all fields of version_settingsMax Horn
svn-id: r5945
2002-12-14removed unused fieldMax Horn
svn-id: r5944
2002-12-13changed back transparencyMax Horn
svn-id: r5943
2002-12-13added an API to query the list of available music drivers; cleanupMax Horn
svn-id: r5942
2002-12-13playing a bit with the alpha levelMax Horn
svn-id: r5941
2002-12-13added seperator items (to show off :-), moved dialog a bit upMax Horn
svn-id: r5940
2002-12-13added support for seperator items; perform clipping if popup doesn't fit on ↵Max Horn
screen svn-id: r5939
2002-12-13added TODO commentMax Horn
svn-id: r5938
2002-12-13added keyboard & scroll wheel supportMax Horn
svn-id: r5937
2002-12-13cleanupMax Horn
svn-id: r5936
2002-12-13more code unificationMax Horn
svn-id: r5935
2002-12-13unified common codeMax Horn
svn-id: r5934
2002-12-13cleanupMax Horn
svn-id: r5933
2002-12-13fix for bug #647844, but this shadowPalette stuff needs investigationMax Horn
svn-id: r5932
2002-12-13changed OSystem to allow RBG<->16bit color conversion to be done in the ↵Max Horn
backend; after all, the backend 'knows' best what format the overlay uses. Default implementations of RBGToColor and colorToRBG assume 565 mode, backends other than SDL may want to provide alternate implementations (SDL backend already does the right thing for non-565 modes) svn-id: r5931
2002-12-13nitpickMax Horn
svn-id: r5930
2002-12-13Bug [651727] fix:Jamieson Christian
Initial implementation of do_command(20). svn-id: r5929
2002-12-13Added latest new files to VC++ buildJamieson Christian
svn-id: r5928