Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-16 | refactoring: use inheritance to mode the relations between the various ↵ | Max Horn | |
engine versions. E.g. the V6 opcodes are now in Scumm_v6, the V5 opcodes in Scumm_v5 (from which we now derive v2-v4. which is a bit odd - maybe we should move the v5 opcodes to Scumm_v3 ?) svn-id: r5994 | |||
2002-12-16 | stop CD when loading a savegame | Max Horn | |
svn-id: r5993 | |||
2002-12-16 | remove unused VideoMode struct | Jonathan Gray | |
svn-id: r5992 | |||
2002-12-16 | Oops. Fix compile. | James Brown | |
svn-id: r5991 | |||
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 | Tip: If your going to call a member function of a pointer to an object... do ↵ | James Brown | |
it BEFORE you delete the pointer :) svn-id: r5989 | |||
2002-12-16 | Fix segfault | James Brown | |
svn-id: r5988 | |||
2002-12-16 | forgot to remove _numLinesToProcess | Max Horn | |
svn-id: r5987 | |||
2002-12-16 | cleanup | Max Horn | |
svn-id: r5986 | |||
2002-12-15 | cleanup; reordering stuff in gfx.cpp, trying to group code into logical ↵ | Max Horn | |
groups (cursor, bomp, camera, palette, fades) svn-id: r5985 | |||
2002-12-15 | more space for debug output | Max Horn | |
svn-id: r5984 | |||
2002-12-15 | cleanup | Max Horn | |
svn-id: r5983 | |||
2002-12-15 | disable actor dir intepolation for V7 games - it interfers with walk ↵ | Max Horn | |
scripts; ensure the 'frame' variable is set; cleanup svn-id: r5982 | |||
2002-12-15 | added comparision methods for ScummPoint | Max Horn | |
svn-id: r5981 | |||
2002-12-15 | cleanup | Max Horn | |
svn-id: r5980 | |||
2002-12-15 | oops | Max Horn | |
svn-id: r5979 | |||
2002-12-15 | cleanup - we now know that the frame field in Actor is needed, we just have ↵ | Max Horn | |
to figure out how to set it correctly svn-id: r5978 | |||
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 |