Commit Graph

59 Commits

Author SHA1 Message Date
Ryan Dwyer fadd2e9606 Rename hudmsg functions 2020-03-17 17:36:09 +10:00
Ryan Dwyer 45efb92286 Introduce L constants for lang 2020-03-10 17:22:43 +10:00
Ryan Dwyer 7f42776b51 Fix setup files 2020-03-10 17:03:32 +10:00
Ryan Dwyer cf45c85ac1 Decompile activemenuApply 2020-02-26 22:44:49 +10:00
Ryan Dwyer ec13c9dc46 Decompile chrTickDie 2020-02-22 22:41:21 +10:00
Ryan Dwyer 6092ce8747 Decompile chrTickArgh 2020-02-21 17:49:51 +10:00
Ryan Dwyer 6fa10d2754 Decompile mpInitSimulants 2020-02-20 17:24:42 +10:00
Ryan Dwyer e6c99d2bba Improve documentation for object_do_animation 2020-02-19 23:24:36 +10:00
Ryan Dwyer b1fcc72979 Decompile aiSetRotarySpeed 2020-02-16 01:27:02 +10:00
Ryan Dwyer 819216b65c Decompile aiRetreat 2020-02-12 17:19:12 +10:00
Ryan Dwyer 05d51b7883 Decompile roomIsActive and discover if_room_onscreen AI command 2020-02-11 18:40:19 +10:00
Ryan Dwyer e281dabb76 Decompile aiIfSeesSuspiciousItem 2020-02-10 23:24:48 +10:00
Ryan Dwyer 046877a518 Decompile aiDoPresetAnimation and fix mismatching setup files 2020-02-09 00:24:18 +10:00
Ryan Dwyer f922cef7ea Fix warning about intro data type in setup files 2020-02-08 22:17:36 +10:00
Ryan Dwyer 57e1ec1480 Rename hud projector to hudpiece 2020-02-08 22:04:52 +10:00
Ryan Dwyer 374af84a4e Rename chr_set_hud_visible to chr_set_hudprojector_visible 2020-02-08 21:43:24 +10:00
Ryan Dwyer 377fe3f6f1 Discover play_music_continuously AI command 2020-02-08 20:55:17 +10:00
Ryan Dwyer 5fa623cea3 Decompile currentPlayerGiveProp 2020-02-05 17:34:12 +10:00
Ryan Dwyer d0160628bf Fix unintended replacements from when animation was renamed to chr_do_animation 2020-02-02 23:45:05 +10:00
Ryan Dwyer 5c881c8f08 Decompile currentPlayerAutoWalk 2020-01-31 17:56:46 +10:00
Ryan Dwyer bdae3055a4 Rename/annotate object flags with editor's names 2020-01-25 12:42:56 +10:00
Ryan Dwyer 662663703b Rename object flag prefixes so they correspond to their property name 2020-01-25 10:36:26 +10:00
Ryan Dwyer 89795acd69 Document known door flags, door modes and door types 2020-01-25 01:20:56 +10:00
Ryan Dwyer e6e0218fe8 Replace literals with head/body constants and move some other defines into constants.h 2020-01-19 21:52:37 +10:00
Ryan Dwyer 1e5ebab6b3 Rename heli/hovercar/truck symbols and types
* Heli has been renamed to chopper
* Object types 0x27 and 0x28 (both unused) have been renamed to truck and heli
2020-01-18 17:27:54 +10:00
Ryan Dwyer 479c253470 Decompile aiIncreaseSquadronAlertness 2020-01-17 20:48:54 +10:00
Ryan Dwyer 9ebe958bab Make distance commands consistent 2020-01-17 17:27:12 +10:00
Ryan Dwyer 266d29a923 Decompile chrGetDistanceLostToTargetInLastSecond and discover commands if_target_moving_slowly, if_target_moving_away and if_target_moving_closer 2020-01-17 17:10:31 +10:00
Ryan Dwyer d7cd3c7426 Discover if_hoverbot_next_step, heli_arm_weapons, heli_unarm_weapons and if_heli_weapons_armed 2020-01-14 17:45:00 +10:00
Ryan Dwyer b11011d807 Write docblocks for known AI commands 2020-01-14 00:07:17 +10:00
Ryan Dwyer eb6f34f4ca Rename FUNC constants to AILIST 2020-01-13 20:10:10 +10:00
Ryan Dwyer 8a85edb37a Rename eeprom flags to savefile flags 2019-12-31 09:11:48 +10:00
Ryan Dwyer 804e9d01d4 Decompile aiSetDrCarollImages 2019-12-30 20:09:43 +10:00
Ryan Dwyer 3bbad9cae5 Rename health/armour related commands 2019-12-29 18:13:33 +10:00
Ryan Dwyer 56e7198a69 Rename if_chr_lost_track_of_target_maybe to if_target_is_player 2019-12-29 08:29:34 +10:00
Ryan Dwyer 044705c818 Rename equip weapon and equip hat commands 2019-12-27 18:12:57 +10:00
Ryan Dwyer 9fc71545a0 Rename positions to props 2019-12-25 20:01:00 +10:00
Ryan Dwyer 1f8552aa51 Rename functions related to AI commands 2019-12-25 19:47:51 +10:00
Ryan Dwyer c89afb8c4d Add unused commands and rename many of them 2019-12-25 18:15:09 +10:00
Ryan Dwyer f643cd5fe3 Decompile chrSawTargetRecently and chrHeardTargetRecently 2019-12-22 16:45:33 +10:00
Ryan Dwyer 12ab88c974 Attempt to decompile chrSawInjury and improve documentation for related AI commands 2019-12-22 16:12:57 +10:00
Ryan Dwyer 5d2cf3ef85 Rename chr flag constants and commands to better describe which properties they apply to 2019-12-20 23:02:59 +10:00
Ryan Dwyer d1451cafde Discover MA (my action) constants 2019-12-19 08:26:04 +10:00
Ryan Dwyer 9f8fac52d5 Decompile chrStartPath and rename struct aipaths to struct path 2019-12-18 18:55:20 +10:00
Ryan Dwyer e62cac4ddc Decompile chraiGetListIdByList 2019-12-17 18:47:29 +10:00
Ryan Dwyer 9fbd4a8732 Improve documentation for CHR_P1P2 features 2019-12-17 17:12:22 +10:00
Ryan Dwyer 6aa34c1283 Decompile aiSetChrPresetToUnalertedTeammate 2019-12-12 19:00:45 +10:00
Ryan Dwyer a081bbf8d8 Discover and decompile aiMiscellaneous 2019-12-10 19:01:19 +10:00
Ryan Dwyer aa43b4b57f Decompile aiSetPadPresetToInvestigationTerminal 2019-11-30 21:58:42 +10:00
Ryan Dwyer 5036fa1914 Discover PATHTYPE constants 2019-11-26 21:37:50 +10:00