Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-24 | SCUMM HE: Fix Football logic initialization | Eugene Sandulenko | |
2016-10-09 | JANITORIAL: Remove trailing spaces | Eugene Sandulenko | |
2016-08-30 | SCUMM HE: Add remote scripts-related kludges | Alexander Tkachev | |
Those are the last ones. Now Net stubs must be handled. | |||
2016-08-30 | SCUMM HE: Add init-related kludges | Alexander Tkachev | |
2016-08-30 | SCUMM HE: Add provider-related kludges | Alexander Tkachev | |
2016-08-30 | SCUMM HE: Add session quering-related kludges | Alexander Tkachev | |
2016-08-30 | SCUMM HE: Add session-related kludges | Alexander Tkachev | |
2016-08-30 | SCUMM HE: Add a few more logic kludges | Alexander Tkachev | |
2016-08-30 | SCUMM HE: Add two more kludges | Alexander Tkachev | |
2016-08-30 | SCUMM HE: Add more LogicHEmoonbase kludges | Alexander Tkachev | |
Less stubs there, more stubs in Net. | |||
2016-08-30 | SCUMM HE: Fix some variable naming | Alexander Tkachev | |
2016-08-30 | SCUMM HE: Add some Moonbase logic | Alexander Tkachev | |
Logic for getting host name and IP from name. Net gets more stubs. | |||
2016-08-30 | HE: Replacing some Logic stubs with Net stubs | Alexander Tkachev | |
Slowly moving kludge switch case contents into ScummVM Logic methods and thus adding more Net stubs. | |||
2016-08-30 | HE: Add getStringFromArray() | Alexander Tkachev | |
It's ARRAY_GetStringFromArray(), which was used in Moonbase networking code as SPUTM_CStringArrayFromScummString(). | |||
2016-08-30 | HE: Add net_defines.h and a few stubs updates | Alexander Tkachev | |
SPUTM_CStringArrayFromScummString is still has to be implemented to finish those stubs. Net now has joinGame() and hostGame(), which are not implemented yet. | |||
2016-08-30 | HE: Add Moonbase logic ops stubs | Alexander Tkachev | |
Most of them return int, yet there are a few which don't return anything. Stubs print a warning and return 1 (or nothing). | |||
2016-08-30 | HE: Add Moonbase Net dummy | Alexander Tkachev | |
2016-05-26 | SCUMM HE: Moved global variables of Moonbase AI to the class | Eugene Sandulenko | |
2016-05-26 | SCUMM HE: Moved remnants of Moonabse to HE100 | Eugene Sandulenko | |
2016-05-26 | SCUMM HE: Eliminated global _vm reference in Moonbase AI | Eugene Sandulenko | |
2016-05-26 | SCUMM HE: Wrapped Moonbase AI into a class | Eugene Sandulenko | |
2016-05-22 | SCUMM HE: Plug in Moonbase AI | Eugene Sandulenko | |
2016-05-11 | SCUMM HE: Further work on Moonbase FOW. Now the game does not crash. | Eugene Sandulenko | |
2016-05-10 | SCUMM HE: Started code for loading FOW resources | Eugene Sandulenko | |
2016-05-10 | SCUMM HE: Plug Moonbase FOW kludges in | Eugene Sandulenko | |
2016-05-09 | SCUMM HE: Added list of networking extension IDs for Moonbase | Eugene Sandulenko | |
2016-04-29 | SCUMM HE: Initial code for Moonbase-specific class | Eugene Sandulenko | |
2016-04-29 | SCUMM HE: Renamed logic/moonbase.cpp to moonbase_logic.cpp | Eugene Sandulenko | |
2016-04-28 | SCUMM HE: Stubs for moonbase logic ops | Eugene Sandulenko | |
2015-11-27 | HE: Proper cast to double to avoid integer division | Eugene Sandulenko | |
2014-02-19 | SCUMM: Some British to American english | Strangerke | |
2014-02-18 | SCUMM: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-10-05 | SCUMM: Make all HE saves prepend the target name | Matthew Hoops | |
This makes HE follow the ScummVM convention of using the target name everywhere. It also fixes having more than one team in both soccer and football. Loading old saves will still work and they will be tried if the newer save names are not found. | |||
2013-08-04 | SCUMM: Add detection/version for Moonbase Commander v1.1. | Alyssa Milburn | |
2013-04-23 | SCUMM: Fix football2002 field coordinates | Matthew Hoops | |
2013-04-22 | SCUMM: Fix a bug in football's nextPoint U32 opcode | Matthew Hoops | |
Seems to fix bug #3495704 | |||
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-06-09 | SCUMM: Implement football2002's getDayOfWeek() u32 function | Matthew Hoops | |
2012-06-08 | SCUMM: Implement listing playbook files in football2002 | Matthew Hoops | |
2012-06-08 | SCUMM: Stub off other football2002 u32 opcodes | Matthew Hoops | |
2012-06-08 | SCUMM: Give football u32 opcodes proper names | Matthew Hoops | |
2012-06-06 | SCUMM: Implement football2002 u32 opcode 1028 | Matthew Hoops | |
Scoreboard transitions now play | |||
2011-09-08 | SCUMM: Made some static data const. | Johannes Schickel | |
2011-08-18 | SCUMM: Hopefully fix DS compilation | Sven Hesse | |
2011-08-17 | Merge remote-tracking branch 'origin/master' into soccer | Alyssa Milburn | |
Conflicts: engines/scumm/he/logic_he.cpp engines/scumm/he/logic_he.h | |||
2011-08-17 | SCUMM: Split HE logic classes to their own files | Matthew Hoops | |