index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
Age
Commit message (
Expand
)
Author
2009-03-25
Remove superfluous comma
Filippos Karapetis
2009-03-25
Changed some flags to enums
Filippos Karapetis
2009-03-25
revert yesterday's change -- apparently this different behavior was intentional.
Joost Peters
2009-03-25
SCI: AvoidPath cleanup.
Walter van Niftrik
2009-03-24
SCI: build fix.
Walter van Niftrik
2009-03-24
SCI: Added workaround for broken polygon in LSL1 room 350.
Walter van Niftrik
2009-03-24
Fix smaller error introduced in r39671 refactoring (this check used to be "re...
Joost Peters
2009-03-24
SCI: Rewrote vocabulary code to use a Common::HashMap<String,ResultWord>
Max Horn
2009-03-24
SCI: Changed vocab_tokenize_string to not 'return' the list it generates, bu...
Max Horn
2009-03-24
SCI: Turned synonyms list into a Common::List
Max Horn
2009-03-24
SCI: Added workaround for duplicate polygons being passed to kAvoidPath.
Walter van Niftrik
2009-03-24
SCI: Changed some char* into Common::String
Max Horn
2009-03-24
SCI: Only pass the pointerpos to Menubar::mapPointer, not the full gfx_state_t
Max Horn
2009-03-24
SCI: moved sci_strndup to menubar.cpp
Max Horn
2009-03-24
SCI: Fixed some leaks introduced by my previous changes
Max Horn
2009-03-24
SCI: C++ify menu code
Max Horn
2009-03-23
Cleanup
Filippos Karapetis
2009-03-23
SCI: some avoidpath cleanup
Walter van Niftrik
2009-03-23
- Moved palette initialization inside the graphics resource manager
Filippos Karapetis
2009-03-22
Further objectification of the graphics resource manager
Filippos Karapetis
2009-03-22
SCI: Fixed nasty bug in simulate_stippled_line_draw, caught only thanks to wa...
Max Horn
2009-03-22
SCI: Renamed Vertex::entries::cle_next -> Vertex::_next, analog for cle_prev....
Max Horn
2009-03-22
SCI: Some cleanup; avoid taking square root unnecessarily
Max Horn
2009-03-22
SCI: Fix warnings
Max Horn
2009-03-21
Cleanup
Filippos Karapetis
2009-03-20
SCI: cleanup
Max Horn
2009-03-20
silenced some warnings
Max Horn
2009-03-19
Fix warning.
Johannes Schickel
2009-03-19
SCI: removed aatree.o from module
Walter van Niftrik
2009-03-19
SCI: converted aatree into a class
Walter van Niftrik
2009-03-19
Hopefully, this fixes the warnings thrown when attempting to print the "size"...
Filippos Karapetis
2009-03-19
Cleaned up gfxop_draw_rectangle(). Also, removed a check insode BASIC_CHECKS(...
Filippos Karapetis
2009-03-19
Fixed issues with commit #39449, fixing some graphical glitches with the GUI ...
Filippos Karapetis
2009-03-19
Added another version of SQ4
Filippos Karapetis
2009-03-18
Changed abs_rect_t to Common::Rect
Filippos Karapetis
2009-03-18
Fix compile of SCI engine.
Travis Howell
2009-03-18
Renamed resmgr.cpp -> gfx_resmgr.cpp
Filippos Karapetis
2009-03-18
Slight cleanup
Filippos Karapetis
2009-03-18
Cleaned up graphics initialization a bit
Filippos Karapetis
2009-03-18
Cleanup
Filippos Karapetis
2009-03-17
Cleanup
Filippos Karapetis
2009-03-17
Further objectification of the graphics resource manager
Filippos Karapetis
2009-03-17
Fix warning.
Johannes Schickel
2009-03-17
Started objectifying the graphics resource manager (refer to patch #2689887)
Filippos Karapetis
2009-03-17
SCI: Added TODO: Merge SegInterface and MemObject? And some cleanup
Max Horn
2009-03-17
SCI: Got rid of various SegManager::free_* methods
Max Horn
2009-03-17
SCI: fix warning
Max Horn
2009-03-17
Renamed some defines:
Filippos Karapetis
2009-03-17
Removed the "About FreeSCI" menu as discussed in -devel, now that the FreeSCI...
Filippos Karapetis
2009-03-16
It seems that the SCI GUI code tries to show rectangles with negative height....
Filippos Karapetis
[next]