summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-04Merge branch 'master' into messages_to_eventsmessages_to_eventsVittorio Romeo
2020-11-03Bring back sound functions as deprecated functionsMorxemplum
2020-10-31minor fixes, clangformatVittorio Romeo
2020-10-31Merge pull request #295 from SuperV1234/major_minor_microVittorio Romeo
2020-10-31Merge pull request #301 from nathanfranke/include-string-explicitlyVittorio Romeo
2020-10-30Include string explicitly so that the type is completeNathan Franke
2020-10-24Define some missing menu lua functionsMorxemplum
2020-10-24Added warning system for deprecated functionsMorxemplum
2020-10-24Bring back m_ prefix under a "deprecated" labelMorxemplum
2020-10-08Fix incompatibilities with default packsMorxemplum
2020-10-06Rename m_ to a_ for audio; update documentationMorxemplum
2020-10-06Move music functions to m_ prefix, redefining the m_ prefixMorxemplum
2020-10-06Move message functions to the event prefixMorxemplum
2020-10-06When a color is not provided, it defaults to blackMorxemplum
2020-10-01getVersion's definition is now in the headermajor_minor_microMorxemplum
2020-10-01Added lua functions to get individual componentsMorxemplum
2020-10-01Version struct moved; profile JSONs now take in Version objectsMorxemplum
2020-09-29Fix header issue; rewrote getVersionStringMorxemplum
2020-09-29Cleanup and fix buildVittorio Romeo
2020-09-29Merge pull request #296 from IvoryDuke/Reload-all-levels-in-a-packVittorio Romeo
2020-09-29Merge branch 'master' into Reload-all-levels-in-a-packVittorio Romeo
2020-09-29Merge pull request #297 from IvoryDuke/Reset-configs-to-default-optionsVittorio Romeo
2020-09-29Merge branch 'master' into Reset-configs-to-default-optionsVittorio Romeo
2020-09-29Merge pull request #298 from IvoryDuke/Increase-Dialog-Box-customizationVittorio Romeo
2020-09-28Update include/SSVOpenHexagon/Global/Config.hppSynth Morxemplum
2020-09-28Update include/SSVOpenHexagon/Global/Config.hppSynth Morxemplum
2020-09-28Update include/SSVOpenHexagon/Global/Config.hppSynth Morxemplum
2020-09-28Update src/SSVOpenHexagon/Global/Config.cppSynth Morxemplum
2020-09-28Update include/SSVOpenHexagon/Global/Config.hppSynth Morxemplum
2020-09-28Update include/SSVOpenHexagon/Global/Config.hppSynth Morxemplum
2020-09-28Update include/SSVOpenHexagon/Data/ProfileData.hppSynth Morxemplum
2020-09-28Update include/SSVOpenHexagon/Data/ProfileData.hppSynth Morxemplum
2020-09-28Adjusted according to feedbackIvoryDuke
2020-09-28Changed default_config.json file search pathIvoryDuke
2020-09-28Updated according to feedbackIvoryDuke
2020-09-23Reduced code repetition, fixed topLeft position, small renamingIvoryDuke
2020-09-22Added color customization, improved drawing functionsIvoryDuke
2020-09-22Moved "key to close dialog box" to the dialog box classIvoryDuke
2020-09-22Fixed an int-unsigned int oversightIvoryDuke
2020-09-22Better syntax, clearer enum namingIvoryDuke
2020-09-22Fixed testing leftoverIvoryDuke
2020-09-22Added option to request a specific key/button/joystick press to close the boxIvoryDuke
2020-09-21Increased Dialog Box CustomizationIvoryDuke
2020-09-21Two extra menu items to reset configs to defaultsIvoryDuke
2020-09-21Better syntax on level asset reload functionIvoryDuke
2020-09-20Condensed level reload and pack reload in a single function call to reduce re...IvoryDuke
2020-09-20Press F6 to reload the entire selected packIvoryDuke
2020-09-20Add utility function for version checkingMorxemplum
2020-09-20Add lua function for grabbing the versionMorxemplum
2020-09-20Minor improvementsVittorio Romeo