Alphabetical Index
|
Tags by Size
| Find tag:
ACS
Authorship: 100% danij
View commits by groups
April 2015
2015-04-27
Fixed
|
libcommon
:
ACS world state deserialization
February 2014
2014-02-27
Cleanup
|
Hexen
:
Applied 'session' naming convention to ACScript
2014-02-01
Debug
|
Hexen
:
Error if a script tries to address outside its local value stack
2014-02-01
Hexen
:
Simplified ACScript => BytecodeScriptInfo lookup
2014-02-01
Hexen
:
Deferred script tasks now reference maps with URI
2014-02-01
Cleanup
|
Hexen
:
Cleanup
January 2014
2014-01-30
Hexen
|
Refactor
:
Implement ACS state (de)serialization in C++, with Reader/Writer
2014-01-29
Refactor
:
Implement ACScript (de)serialization in C++ with Reader/Writer
2014-01-29
Cleanup
:
Use Uri_NewWithPath3
2014-01-27
Cleanup
|
Hexen
:
Cleanup
2014-01-27
Hexen
:
Moved more logic into the new interpreter class
2014-01-27
Cleanup
|
Hexen
:
Load bytecode string constants as static Strs, cleanup
2014-01-27
Hexen
:
Removed more unnecessary globals used by the bytecode interpreter
2014-01-27
Cleanup
|
Hexen
:
Cleanup
2014-01-27
Hexen
:
Continued work on remodeling the ACS bytecode interpreter
2014-01-27
Hexen
:
Translate ACS script numbers when loading new bytecode
2014-01-26
Hexen
:
Ensure bytecode command functions are of the expected form
2014-01-26
Hexen
:
Continued moving logic into the new interpretor class
2014-01-26
Hexen
:
Continued work on clarifying/remodeling the ACS bytecode interpreter
2014-01-26
Hexen
|
Refactor
:
Renamed some ACS scripting components, for clarity