Commit Graph

  • 61d09c4768 read attribute names from GMST instead of using hard-coded names (doesn't fully work yet, because of encoding issues) Marc Zinnschlag 2010-07-26 11:15:38 +0200
  • 532ccbd1f8 Killed clientconsole, mwcompiler, mwinterpreter and command server Nicolay Korslund 2010-07-22 14:15:02 +0200
  • f693a2942e fixed handling of cell changes during local and global script execution Marc Zinnschlag 2010-07-22 12:46:24 +0200
  • 0e641f1246 implemented coc instruction Marc Zinnschlag 2010-07-22 12:29:23 +0200
  • 2d8fbc6e55 implemented month variable and fixed some day/gamehour bugs Marc Zinnschlag 2010-07-22 11:48:27 +0200
  • 925b5d29dd Added back right version of libs/openengine/ submodule. Please run git submodule update. Nicolay Korslund 2010-07-21 16:22:33 +0200
  • ff64c1fbf0 Merge branch 'master' of http://github.com/zinnschlag/openmw Nicolay Korslund 2010-07-21 16:20:38 +0200
  • 77e03f0f31 fixed global variable search to properly handle injected variables (DaysPassed) Marc Zinnschlag 2010-07-21 15:01:35 +0200
  • e670753497 fixed handling of global variables of type short Marc Zinnschlag 2010-07-21 14:48:03 +0200
  • 74f3eb6ad4 stop time while GUI is up Marc Zinnschlag 2010-07-21 14:12:50 +0200
  • c8a18b7d70 use global variable timescale instead of fixed factor Marc Zinnschlag 2010-07-21 14:10:52 +0200
  • f87810ce7a Moved esmtool to apps/ Nicolay Korslund 2010-07-21 13:52:28 +0200
  • cf7150e585 implemented naked expressions in lineparser (used in console; result is send through messagebox interface) Marc Zinnschlag 2010-07-21 13:34:52 +0200
  • 01edd8deb5 compiler exception class fixes Marc Zinnschlag 2010-07-21 10:57:21 +0200
  • a87175446c disable windows on startup when --new-game is used Marc Zinnschlag 2010-07-21 10:28:58 +0200
  • 6e3aacca08 CMakeLists fix Marc Zinnschlag 2010-07-21 10:10:59 +0200
  • 281f2d1136 added script interpreter for console Marc Zinnschlag 2010-07-21 10:08:38 +0200
  • d72ed19460 implemented script compiler for console Marc Zinnschlag 2010-07-20 23:21:48 +0200
  • 5ff9344a87 Finished console GUI window Nicolay Korslund 2010-07-20 21:10:51 +0200
  • c61212202b Moved mwgui/ back to apps/openmw/. Fixed mouse position bug. Nicolay Korslund 2010-07-20 20:23:37 +0200
  • c04d72cbe3 Let gui/events handle mouse position locally, makes it remember position when disabled and reenabled. Nicolay Korslund 2010-07-20 20:22:15 +0200
  • a9825f92ee moved installOpcodes function from scriptmanager to extensions Marc Zinnschlag 2010-07-18 19:54:56 +0200
  • f3b70e05a9 added sky-related script functions and instructions Marc Zinnschlag 2010-07-18 19:48:02 +0200
  • d27c548710 implemented passing of time Marc Zinnschlag 2010-07-18 18:29:16 +0200
  • 083b11c740 moved global variable handling into a separate class Marc Zinnschlag 2010-07-18 16:48:01 +0200
  • 608ddd0a58 Splitt inputmanager into hpp/cpp Nicolay Korslund 2010-07-17 19:58:15 +0200
  • 5472a8c760 Killed mygui_dev Nicolay Korslund 2010-07-17 19:37:37 +0200
  • c84672a560 Added MyGUI to OpenMW, fully working (with events and script hooks) Nicolay Korslund 2010-07-17 14:01:47 +0200
  • 82a3c071e5 Added EventInjectorPtr definition Nicolay Korslund 2010-07-17 19:29:39 +0200
  • 4d74f85ae0 Moved mwgui manager to components, ready for testing Nicolay Korslund 2010-07-16 22:27:50 +0200
  • 4eb2863db4 Added input to apps/mygui_dev/ Nicolay Korslund 2010-07-16 21:49:36 +0200
  • fedb1a8025 Fixed up the OIS->MyGUI event dispatcher Nicolay Korslund 2010-07-16 21:46:57 +0200
  • c7b179d654 Added EV_Keyboard and EV_Mouse catch-all event flags Nicolay Korslund 2010-07-16 21:44:47 +0200
  • 13d3f9c87e Integrated OpenEngine, replaces entire components/engine/ directory. Nicolay Korslund 2010-07-16 14:26:46 +0200
  • 69a56e8677 Added more safety asserts to input dispatcher Nicolay Korslund 2010-07-16 14:54:41 +0200
  • 0e30756ba1 Fixed for OpenMW compilation Nicolay Korslund 2010-07-16 14:25:19 +0200
  • 186bf8c1a1 Merge branch 'master' into oengine Nicolay Korslund 2010-07-16 11:47:26 +0200
  • b4084081ed Merge branch 'master' of http://github.com/zinnschlag/openmw Nicolay Korslund 2010-07-16 11:06:17 +0200
  • 72f20e7d62 Mangle update Nicolay Korslund 2010-07-16 10:29:15 +0200
  • 259908013e Started integrating OE (NO-COMPILE) Nicolay Korslund 2010-07-16 10:28:19 +0200
  • c9a6335918 replaced flat Type_Data stack with a union Marc Zinnschlag 2010-07-14 15:28:55 +0200
  • 5333b8e230 Fixed namespaces, added OEngine:: to everything Nicolay Korslund 2010-07-10 13:41:43 +0200
  • 9f21081c13 Added ogre input capturer Nicolay Korslund 2010-07-10 13:29:44 +0200
  • b9b306cd4c Added event listeners (mouselook and gui injector) and exit listener for Ogre Nicolay Korslund 2010-07-10 13:25:04 +0200
  • 8873c9bb3b Merge commit 'upstream/master' Marc Zinnschlag 2010-07-10 13:23:21 +0200
  • 8134c5b760 integrated CellStore pointer into Ptr class Marc Zinnschlag 2010-07-10 13:19:04 +0200
  • 064e3e2e23 Merge branch 'master' of http://github.com/zinnschlag/openmw Nicolay Korslund 2010-07-10 12:35:35 +0200
  • e55ef227fe Updated to latest Mangle Nicolay Korslund 2010-07-10 12:34:48 +0200
  • 18dc065715 Reworked Input::Event, EventList filter Nicolay Korslund 2010-07-10 12:32:55 +0200
  • 0f742ce7f9 even better error checking for extensions with explicit references Marc Zinnschlag 2010-07-10 12:31:00 +0200
  • 7f48c64efe implemented sound related script instructions and functions with explicit references Marc Zinnschlag 2010-07-10 12:24:41 +0200
  • 211b723137 better error checking for extensions with explicit references Marc Zinnschlag 2010-07-10 12:16:45 +0200
  • 31b4d83fac moved sound extensions from mwsound to mwscript (reduces coupling between openmw components) Marc Zinnschlag 2010-07-10 11:48:05 +0200
  • d8c99c6ce3 Merge commit 'upstream/master' Marc Zinnschlag 2010-07-09 22:01:35 +0200
  • 71c710f9f6 enhanced compiler extenion system to support new instructions and functions with explicit references Marc Zinnschlag 2010-07-09 22:01:24 +0200
  • fce290104e Added gui/ and ogre/ from OpenMW Nicolay Korslund 2010-07-09 21:21:04 +0200
  • 69e607e140 implemented getdistance with explicit references Marc Zinnschlag 2010-07-09 20:55:39 +0200
  • c37b007be0 added verification for explicit references (check if the given ID exists) Marc Zinnschlag 2010-07-09 20:35:34 +0200
  • d4ac3b506e implemented enable, disable and getdisabled with explicit references Marc Zinnschlag 2010-07-09 19:32:17 +0200
  • ce74ee8618 removed an outdated log message Marc Zinnschlag 2010-07-09 18:27:31 +0200
  • 5a1dd4fedd fixed fileparser bug (empty line before the initial begin statement were not handled correctly Marc Zinnschlag 2010-07-09 18:21:16 +0200
  • 592fa84e2d added Enable, Disable, GetDisabled Marc Zinnschlag 2010-07-09 16:07:03 +0200
  • 6966c66091 Gave apps/openmw/ its own CMakeLists.txt Nicolay Korslund 2010-07-08 22:53:14 +0200
  • 9c839e220e Moved GUI stuff into components Nicolay Korslund 2010-07-08 22:34:35 +0200
  • 29522f57d3 Cleaned up some old D files Nicolay Korslund 2010-07-08 18:43:22 +0200
  • 4ecb63203b Merge branch 'master' of http://github.com/gwater/openmw Nicolay Korslund 2010-07-08 17:14:36 +0200
  • b2d54a619e Implemented all MW window layouts Nicolay Korslund 2010-07-08 15:23:35 +0200
  • b9f349cf30 Explicitly link MyGUI to it's dependencies Josua Grawitter 2010-07-08 13:13:10 +0200
  • 2e0bdf3a5c Merge remote branch 'upstream/master' Josua Grawitter 2010-07-08 12:21:45 +0200
  • 3896fd218a Added stand-alone GUI test, compiles and runs Nicolay Korslund 2010-07-08 11:53:59 +0200
  • 4f170b14ea Applied clientconsole build fix from GWater Nicolay Korslund 2010-07-08 09:56:13 +0200
  • 1d0c282ff4 Merge remote branch 'upstream/master' Josua Grawitter 2010-07-08 00:43:22 +0200
  • 0558664aa6 Added MyGUI source (cut down) and CMake files Nicolay Korslund 2010-07-07 21:36:15 +0200
  • 36f98a1128 Fix build error for clientconsole Josua Grawitter 2010-07-07 17:35:29 +0200
  • 6b3ff8a516 constness fixes Marc Zinnschlag 2010-07-07 20:14:50 +0200
  • 0efe4742a6 added script-gui interface and gui-related script instructions Marc Zinnschlag 2010-07-07 20:12:00 +0200
  • 2c63d67ceb added gui manager skeleton and a cmake fix Marc Zinnschlag 2010-07-07 18:48:06 +0200
  • 505a972faa changed assert to a softer warning message in cell_store.hpp Nicolay Korslund 2010-07-07 17:39:23 +0200
  • b97def39b3 Minor fixes to Mac stuff Nicolay Korslund 2010-07-07 10:07:15 +0200
  • 97ad6592ea Fixed innocent compiler warning in engine.cpp Nicolay Korslund 2010-07-07 09:55:44 +0200
  • 2ec96ed7de Merge branch 'master' of http://github.com/ardekantur/openmw Nicolay Korslund 2010-07-07 09:53:13 +0200
  • 359f2903d7 Merged athile and zinnschlag Nicolay Korslund 2010-07-07 09:46:11 +0200
  • a638c330ec Add one more command server fix so it still works correctly on Windows and reeanble the command server by default. athile 2010-07-06 10:28:48 -0700
  • 57de436db4 Command server Linux fix for open client connections. athile 2010-07-06 10:21:18 -0700
  • 22c1314738 Potential fix for inability to cancel Boost.Asio blocking accept on Linux athile 2010-07-06 10:03:49 -0700
  • 9d73718ec1 added GetSecondsPassed Marc Zinnschlag 2010-07-06 12:06:50 +0200
  • f5a70abd4b added OnActivate Marc Zinnschlag 2010-07-06 10:25:42 +0200
  • eff931b464 fixed broken getdistance function Marc Zinnschlag 2010-07-05 14:59:22 +0200
  • b2731c5e26 fix uninitialised variables Marc Zinnschlag 2010-07-05 14:34:15 +0200
  • 85cd744f44 fixed a stringparser bug Marc Zinnschlag 2010-07-05 13:33:17 +0200
  • b28a6fd7b8 modified parser to skip over button arguments in an messagebox instruction Marc Zinnschlag 2010-07-05 13:21:08 +0200
  • 3df5d377f2 added xbox function Marc Zinnschlag 2010-07-05 13:15:49 +0200
  • 34b824cb70 implemented GetDistance function Marc Zinnschlag 2010-07-05 12:30:45 +0200
  • cc0c21cf35 added function to retrieve a live cell ref via name Marc Zinnschlag 2010-07-05 12:09:04 +0200
  • 5786addab5 allowed the use of keywords as script names (*sigh*) Marc Zinnschlag 2010-07-05 10:58:10 +0200
  • 5fe4313b95 Various Windows fixes to CMake, compile errors, and a few warnings. Also made the command server optional and disabled by default since it is not currently working correctly on Linux. athile 2010-07-04 20:17:10 -0700
  • ee6c933156 Merge branch 'master' of git://github.com/korslund/openmw Ardekantur 2010-07-04 17:16:57 -0400
  • fc6009ebb3 ignore directories like build_<platform> too Ardekantur 2010-07-04 17:08:23 -0400
  • bace14c45e Mac Build - adding architectures and Apple build locations Ardekantur 2010-07-04 17:07:22 -0400
  • a61b2c39f0 added scriptrunning/startscript/stopscript; sorted out more case problems Marc Zinnschlag 2010-07-04 16:00:32 +0200