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
/
cruise
/
cruise_main.cpp
Age
Commit message (
Expand
)
Author
2014-06-15
CRUISE: Add a safeguard to avoid a potential null pointer derefenrece
Strangerke
2014-06-10
CRUISE: Remove some useless variables, use a boolean for a variable
Strangerke
2014-06-09
CRUISE: some more renaming, remove another useless variable
Strangerke
2014-06-09
CRUISE: Remove a couple of useless variables
Strangerke
2014-06-09
CRUISE: Initialize some variables in the contractor, change some variables to...
Strangerke
2014-06-08
CRUISE: Directly use assert.
Johannes Schickel
2014-06-07
CRUISE: Fix a null pointer dereference
Strangerke
2014-06-01
CRUISE: Comment out some useless code
Strangerke
2014-06-01
CRUISE: Reduce the scope of some variables in actor and cruise_main
Strangerke
2014-06-01
CRUISE: Reduce the scope of variables used in the for loops
Strangerke
2014-05-31
CRUISE: Replace some more strcpy
Strangerke
2014-02-18
CRUISE: Make GPL headers consistent in themselves.
Johannes Schickel
2012-04-21
CRUISE: Fix update of background animations while waiting for user.
D G Turner
2012-04-21
CRUISE: Modification to main loop to update cursor, even in FastMode.
D G Turner
2012-04-21
CRUISE: Move cursor update to upper "idle" loop in main function.
D G Turner
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2012-02-15
JANITORIAL: Fix whitespace in pointer template arg
Tarek Soliman
2011-11-14
CRUISE: Remove unused variables
Eugene Sandulenko
2011-10-18
CRUISE: Revert part of mouse movement patch applied from Bug #3423955.
D G Turner
2011-10-16
CRUISE: Fix For Unresponsive Mouse Movement noted in Bug #3423955.
D G Turner
2011-08-07
CRUISE: Replace casts and offset calculations for memory debugger by a simple...
Christoph Mallon
2011-06-30
JANITORIAL: Silence a couple of "variable set but not used" warnings.
eriktorbjorn
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-03-29
JANITORIAL: Remove/comment unused vars
dhewg
2011-02-23
CRUISE: Bugfix for #3188309 - black text at end of introduction
Paul Gilbert
2010-11-21
CRUISE: Bugfix for #3064846 - Raoul appearing in Book screen
Paul Gilbert
2010-11-07
LURE: Convert printf to debug/warning
Max Horn
2010-08-09
CRUISE: Eliminate global constructors
Eugene Sandulenko
2010-07-17
DEBUGGER: Simplify how our console debugger works / is used
Max Horn
2010-02-21
Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...
Yotam Barnoy
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-12
Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...
Johannes Schickel
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-10-10
Further memory leak fixes
Paul Gilbert
2009-10-09
Fixed all memory leaks as far as the initial title screen
Paul Gilbert
2009-10-09
Set up a basic tracing system for all memory allocations to help track down m...
Paul Gilbert
2009-08-24
Bugfix for freeze when the in-game Pause 'P' key is used
Paul Gilbert
2009-08-17
Switched event loop while/do to do/while, to ensure event handling occurs eve...
Paul Gilbert
2009-07-31
Fix bug with the event loop that was discarding pending events rather than le...
Paul Gilbert
2009-07-30
Patch #2828669: CRUISE: Fix cruise compilation with mingw32ce toolchain
Max Horn
2009-07-26
Bugfix for mouse button clicks getting counted multiple times
Paul Gilbert
2009-07-18
Minor tweak to prevent mouse clicks that close a user wait message also being...
Paul Gilbert
2009-07-17
Added an explicit break out of the event processing loop for mouse buttons an...
Paul Gilbert
2009-07-14
Bugfix to cursor updates - it previously required that both X and Y positions...
Paul Gilbert
2009-07-12
Added support for sub-relation message types - this fixes trying to attach th...
Paul Gilbert
2009-07-07
Bugfix so that user delays work correctly
Paul Gilbert
2009-07-07
Bugfix so the game speed will correctly change after showing the credits when...
Paul Gilbert
2009-07-06
Removed all the current special cases coding for user (mouse press) waiting, ...
Paul Gilbert
[next]