2
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
May 27, 2023 — May 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added prologue/epilogue. More... over 13 years ago
Fixed startTime and isTraining values. More... over 13 years ago
Line ending style fix. More... over 13 years ago
Fixed player names. More... over 13 years ago
Added text properties to briefings. More... over 13 years ago
Added one-liner to fix mouse invisibility after playing Demo4.
adam_0
as Adam Hintz
More... over 13 years ago
Finally got clicking working for LevelSelect.
adam_0
as Adam Hintz
More... over 13 years ago
Fixed cameras, working on mouse clicking.
adam_0
as Adam Hintz
More... over 13 years ago
Fully separated LevelSelect and Briefing modes, although the Briefing mode only has the structure.
adam_0
as Adam Hintz
More... over 13 years ago
Changed all single-quote literal strings in mode_manager.switch() calls to double-quote literals.
adam_0
as Adam Hintz
More... over 13 years ago
Renamed Briefing.lua more appropriately to LevelSelect.lua. Now I need to extract the Briefing part and implement it in a non-hardcoded way.
adam_0
as Adam Hintz
More... over 13 years ago
Cleaned up GlobalVars.lua a bit.
adam_0
as Adam Hintz
More... over 13 years ago
Squashed an empty string bug, minor misc. adjustments.
adam_0
as Adam Hintz
More... over 13 years ago
Removed useless function in AresCLUT.lua
adam_0
as Adam Hintz
More... over 13 years ago
CLUT improvements, box drawing improvements, work on the Ares level selection screen, and table prettifying.
adam_0
as Adam Hintz
More... over 13 years ago
Merge branch 'master' of git://github.com/gamefreak/xsera into multiplayer
adam_0
as Adam Hintz
More... over 13 years ago
Fixed the screwy quote character, and the offset snit names. More... over 13 years ago
Merge branch 'master' of git://github.com/gamefreak/xsera into multiplayer
adam_0
as Adam Hintz
More... over 13 years ago
Fixed ordering of scenarios. More... over 13 years ago
Added shell MPLobby to simulate our new Xsera MP lobby. Will not contain MP logic, as that has not been implemented yet.
adam_0
as Adam Hintz
More... over 13 years ago
Merge branch 'master' of git://github.com/gamefreak/xsera
adam_0
as Adam Hintz
More... over 13 years ago
Updated to work with new format. More... over 13 years ago
Moved actions, briefings, initials, and conditions out of the main data table and into the parent types. More... over 13 years ago
Moved the action sequence values for conditions to a subtable. More... over 13 years ago
Fixed missing alter absolute location actions. More... over 13 years ago
Spelling fix: 'retainAmmmoCount' -> 'retainAmmoCount' More... over 13 years ago
Changed some occurrences of 'amount' to 'value' in the action data for simplicity. More... over 13 years ago
Spelling fix for change score actions More... over 13 years ago
Updated to new action naming system. More... over 13 years ago
Changed the format of action types. More... over 13 years ago