Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-15 | console now "remembers" the text which the user had typed before using the ↵ | Oliver Kiehl | |
history svn-id: r5977 | |||
2002-12-15 | added a history (based on code by olki) | Max Horn | |
svn-id: r5976 | |||
2002-12-15 | Miscellaneous cleanup. | Jamieson Christian | |
Mostly changing comments to C++ style. Welcome to ScummVM iMuse 2.00? svn-id: r5975 | |||
2002-12-15 | debugger can now use the console (experimental, and thus disabled by default) | Max Horn | |
svn-id: r5974 | |||
2002-12-15 | added input callback hook to console | Max Horn | |
svn-id: r5973 | |||
2002-12-14 | oops | Oliver Kiehl | |
svn-id: r5972 | |||
2002-12-14 | use killChar for backspace as well | Max Horn | |
svn-id: r5971 | |||
2002-12-14 | fixed ctrl-w and added ctrl-d and <delete> | Oliver Kiehl | |
svn-id: r5970 | |||
2002-12-14 | retrieve the input and (for now) print it back to the console | Max Horn | |
svn-id: r5969 | |||
2002-12-14 | scroll to caret if user types | Max Horn | |
svn-id: r5968 | |||
2002-12-14 | improved caret | Max Horn | |
svn-id: r5967 | |||
2002-12-14 | improved caret | Max Horn | |
svn-id: r5966 | |||
2002-12-14 | improved line editing; reworked various internal details | Max Horn | |
svn-id: r5965 | |||
2002-12-14 | added a scrollbar to console | Max Horn | |
svn-id: r5964 | |||
2002-12-14 | added a simple prompt; added an edit caret; some other cleanup | Max Horn | |
svn-id: r5963 | |||
2002-12-14 | fixed warning | Max Horn | |
svn-id: r5962 | |||
2002-12-14 | fixed 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-14 | removed some references to Linux and replaced them by more general Unix ↵ | Max Horn | |
references svn-id: r5960 | |||
2002-12-14 | changed console look&feel a little bit | Max Horn | |
svn-id: r5959 | |||
2002-12-14 | make alpha blend level adjustable, and fixed an overflow bug | Max Horn | |
svn-id: r5958 | |||
2002-12-14 | Missed one | Travis Howell | |
svn-id: r5957 | |||
2002-12-14 | Remove commented code thats no longer needed. | Travis Howell | |
svn-id: r5956 | |||
2002-12-14 | some more console code | Max Horn | |
svn-id: r5955 | |||
2002-12-14 | Enable missing code | Travis Howell | |
svn-id: r5954 | |||
2002-12-14 | fixed typo | Max Horn | |
svn-id: r5953 | |||
2002-12-14 | moved 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-14 | clarification | Max Horn | |
svn-id: r5951 | |||
2002-12-14 | fixed VC++ compile | Max Horn | |
svn-id: r5950 | |||
2002-12-14 | Commit 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-14 | Fixed last bad artifacts of Sam & Max carnival music. | Jamieson Christian | |
Hopefully this fix doesn't break anything else.... svn-id: r5948 | |||
2002-12-14 | cleanup | Max Horn | |
svn-id: r5947 | |||
2002-12-14 | added a dummy savepath setting; space gets scare, seems we really need tabs | Max Horn | |
svn-id: r5946 | |||
2002-12-14 | explicitly init all fields of version_settings | Max Horn | |
svn-id: r5945 | |||
2002-12-14 | removed unused field | Max Horn | |
svn-id: r5944 | |||
2002-12-13 | changed back transparency | Max Horn | |
svn-id: r5943 | |||
2002-12-13 | added an API to query the list of available music drivers; cleanup | Max Horn | |
svn-id: r5942 | |||
2002-12-13 | playing a bit with the alpha level | Max Horn | |
svn-id: r5941 | |||
2002-12-13 | added seperator items (to show off :-), moved dialog a bit up | Max Horn | |
svn-id: r5940 | |||
2002-12-13 | added support for seperator items; perform clipping if popup doesn't fit on ↵ | Max Horn | |
screen svn-id: r5939 | |||
2002-12-13 | added TODO comment | Max Horn | |
svn-id: r5938 | |||
2002-12-13 | added keyboard & scroll wheel support | Max Horn | |
svn-id: r5937 | |||
2002-12-13 | cleanup | Max Horn | |
svn-id: r5936 | |||
2002-12-13 | more code unification | Max Horn | |
svn-id: r5935 | |||
2002-12-13 | unified common code | Max Horn | |
svn-id: r5934 | |||
2002-12-13 | cleanup | Max Horn | |
svn-id: r5933 | |||
2002-12-13 | fix for bug #647844, but this shadowPalette stuff needs investigation | Max Horn | |
svn-id: r5932 | |||
2002-12-13 | changed 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-13 | nitpick | Max Horn | |
svn-id: r5930 | |||
2002-12-13 | Bug [651727] fix: | Jamieson Christian | |
Initial implementation of do_command(20). svn-id: r5929 | |||
2002-12-13 | Added latest new files to VC++ build | Jamieson Christian | |
svn-id: r5928 |