251 Commits (ea0aaa8d2d18b3fd5d3240d66d7b0ea86bef911f)

Author SHA1 Message Date
staphen 5b21e0188f Fix order of operations during game initialization 4 years ago
obligaron ff5de056fa
Add all (boolean) Game Settings to Settingsmenu (#3616) 4 years ago
Gleb Mazovetskiy c57644970f Move `UiFlags` and `UiPanels` into their own files 4 years ago
obligaron 677303cba9
Reduce use of view globals in game menu 4 years ago
Anders Jenbo 082be73dd4 Expose all quest titles for translation 5 years ago
Anders Jenbo 464fd77238 Clean up quests.cpp global naming 5 years ago
qndel 6d35fee7f9 fix quest panel 5 years ago
Anders Jenbo 7771a08d03 Translatable mainpanel 5 years ago
Anders Jenbo e68c8cc834 Reuse EntranceBoundaryContains in portal logic 5 years ago
Juliano Leal Goncalves 8a93087fb7 ♻️ Extract quest entrance boundary check to a member function on QuestStruct 5 years ago
Juliano Leal Goncalves 3e24a58ba6 ♻️ Replace 'questxoff' and 'questyoff' globals with single 'questEntranceOffsets' 5 years ago
ephphatha b12de6fe12 Use scoped enum for Direction 5 years ago
Anders Jenbo 7169882b1f Implement new font rendering 5 years ago
Andrew James 784057780c
Prevent OOB access when initialising quest pools (#2775) 5 years ago
Juliano Leal Goncalves ce40344ae9 🚚 Rename 'QuestDataStruct' struct to 'QuestData' 5 years ago
Juliano Leal Goncalves ce23cd6bce 🚚 Rename 'QuestData' global array to 'QuestsData' 5 years ago
Juliano Leal Goncalves 1f7cfcf945 ♻️ Replace 'ReturnLvlX' and 'ReturnLvlY' globals with single 'ReturnLvlPosition' 5 years ago
Juliano Leal Goncalves 940a120bf9 ♻️ Replace 'ViewX' and 'ViewY' globals with single 'ViewPosition' 5 years ago
Juliano Leal Goncalves 0baffa6e33 🚚 Rename 'QuestStruct' to 'Quest' 5 years ago
Juliano Leal Goncalves 20db8d1a11 🚚 Rename 'MonsterStruct' to 'Monster' 5 years ago
Juliano Leal Goncalves 01823e1324 ♻️ Replace 'cursmx' and 'cursmy' globals with single 'cursPosition' 5 years ago
Anders Jenbo d7c6d8b189 Use proper Direction type for AddMissile midir 5 years ago
vlad dc61f5de31 Improved Questlog 5 years ago
Anders Jenbo 5ddcd90ff9 Make NetSendCmdQuest() take a quest structure as input 5 years ago
Anders Jenbo 4891258775 Clean up quest init 5 years ago
Anders Jenbo 783e946fd3 Make enabeling quests a command 5 years ago
BC Ko 40c804c0ba Replace QuestStatus() with IsAvailable() in QuestStruct 5 years ago
BC Ko e5434e03b3
2602 Use range-based for-loop for Quests (#2612) 5 years ago
BC Ko ba5adc01f1
Use quest_id enum in QuestStatus 5 years ago
Aaron Sun 3ee90ca629 Add options for sub-panel alignment 5 years ago
4aron5un 4c8210df21
Center the sub-panels (Quest, Character, Spell and Inventory) (#2498) 5 years ago
ephphatha 0575716eac Rename UiFlags members to group related options 5 years ago
ephphatha 4ad53232a0 Convert the UiFlags enum to a scoped enum type 5 years ago
Anders Jenbo de0b3a38b8 Apply code style 5 years ago
Anders Jenbo e5fc7fd17c Move remaning symbols in to anonymous namespaces 5 years ago
Anders Jenbo 9c4e34f988 Player by reference 5 years ago
ephphatha 0efb134e18 Add tests for quest randomisation code 5 years ago
Anders Jenbo 77b72da276 ♻️Use monster by reference when possible 5 years ago
Anders Jenbo ef6275caac Clean up private function names 5 years ago
Andrew James af60158274
Object by reference in SyncObjectAnimation functions (#2344) 5 years ago
ephphatha 19ae61811f Refactor AddObject to take Point instead of int x/y 5 years ago
Anders Jenbo 903d4bd2e1 Scope all for loops 5 years ago
Anders Jenbo 467b74dc06 Rename object globals 5 years ago
Anders Jenbo 9b8bf92575 Rename quest globals 5 years ago
Anders Jenbo 96bf75b502 Rename player globals 5 years ago
Anders Jenbo 07ad083fda Rename monster globals 5 years ago
Anders Jenbo 56d3b5d710 clang-tidy/Android Stuidio cleanups 5 5 years ago
Gleb Mazovetskiy 55464eec78 Fix `-Wmissing-braces` 5 years ago
Gleb Mazovetskiy cb0dae8590 🚚 Rename `CelOutputBuf` to `Surface` and extract 5 years ago
Anders Jenbo 129342d07a Clang-tidy: GlobalConstantCase 5 years ago