1
0
forked from mirrors/0ad

Commit Graph

  • 9a95d21760 Replace run on female variant with proper running. Alexandermb 2019-10-05 01:25:32 +00:00
  • e0e892efec Separate skirts from legs in short and long tunic meshes. Alexandermb 2019-10-05 01:13:30 +00:00
  • 2a1681d5c7 Camel riders animations re-export. Alexandermb 2019-10-05 00:52:32 +00:00
  • 170bfed010 Mauryan trader animation re-export. Alexandermb 2019-10-05 00:16:52 +00:00
  • 46de7fe751 Replace death animation on turret elephant riders. Alexandermb 2019-10-05 00:04:33 +00:00
  • d7ea078583 Removes unused variables after 7f38bef8e1 and 75d9c6293b. Reported by elexis. vladislavbelov 2019-10-04 22:06:52 +00:00
  • 04745e7fdf Continue the cleaning of the unused files with the recent elephant animations re-export. Alexandermb 2019-10-04 21:35:23 +00:00
  • e2f0e409f0 Adds containers serialization tests, std::set serialization and movement semantics vladislavbelov 2019-10-04 21:30:52 +00:00
  • 273d7949a2 Replace asian_armored variant in two heros elephants + fix a wrong face in elephant_asian_armored_04.dae model. Alexandermb 2019-10-04 20:13:44 +00:00
  • 893a727cd5 Fix a typo in last commmitt. Alexandermb 2019-10-04 19:30:22 +00:00
  • 5512fdb9ef Remove an unused elephant variant and replace african forest variant. Alexandermb 2019-10-04 19:29:07 +00:00
  • 40f0f3d455 Elephant re-export and animations for the riders. Alexandermb 2019-10-04 17:15:51 +00:00
  • ed4208c538 Reduce frame lenght on new citizen idles to keep in sync with global idle frame lenght. Alexandermb 2019-10-04 03:09:22 +00:00
  • 75d9c6293b Adds projection type to CCamera to control usages of projection dependent properties. vladislavbelov 2019-10-03 18:51:40 +00:00
  • eff68a51c0 Citizen animations for the slave and siege engine operators. Alexandermb 2019-10-03 17:31:17 +00:00
  • 8d2b143cb8 Cleanup Camera related code and uses constant references where possible, fixes #5408. vladislavbelov 2019-10-03 13:20:56 +00:00
  • a19b14aeb7 Cleanup Camera related code and uses constant references where possible. vladislavbelov 2019-10-03 12:58:47 +00:00
  • 7f38bef8e1 Splits Camera control from CGameView to separate file. vladislavbelov 2019-10-02 20:55:43 +00:00
  • 491987fd69 More lifelike idle animations and some new sword attacking animations for scutum like shields. Alexandermb 2019-10-02 17:27:44 +00:00
  • 28e94c0d96 Cleanup CCmpRallyPointRenderer Stan 2019-10-02 15:01:46 +00:00
  • 6db0f91823 Sort GUI Object types, GUI Object bases and GUI Setting value types into three new folders. elexis 2019-10-02 09:44:00 +00:00
  • 1cf6c6b63c Moves CSmoothedValue to separate file. vladislavbelov 2019-10-01 22:42:54 +00:00
  • 45a18c652d Removes unused methods and hides private member. vladislavbelov 2019-10-01 21:11:29 +00:00
  • f1395c947a New idle relax animations for the hoplite. Alexandermb 2019-10-01 20:21:45 +00:00
  • 32d6d07eda Rename CClientArea to CGUISize, GUIbase.h to CGUISize.h, avoid temporary instances and default value and error duplication. elexis 2019-10-01 15:06:13 +00:00
  • 07cc1ba34c Move GUIbase structs and enums to separate files. elexis 2019-10-01 12:46:55 +00:00
  • 8190293f8b Remove virtual inheritance from the codebase, refs 6b51d71c85, e21ebb37f5 e326ebae46. elexis 2019-09-30 14:08:14 +00:00
  • 1679510bb8 Resolve Loader memory leak from 1f1642bfe3. elexis 2019-09-30 08:49:00 +00:00
  • 218399bf3d Rename JSInterface_GUITypes to JSInterface_GUISize, refs 8734efca94, 9be8a560a9. elexis 2019-09-30 08:19:56 +00:00
  • d5b9919b00 Add missing round when calculating trader gain, removed in 026ce76e3f Fixes loot tooltip and market tooltip. Reviewed by: @wraitii Differential Revision: https://code.wildfiregames.com/D2327 This was SVN commit r23016. Stan 2019-09-29 13:19:58 +00:00
  • 89fadf8b3a Actually fix band-aid from 40289e4a1a. Missing garrison flags date back from e63a938529 (Stoa, Theater, Sentry Tower) Fix typo from b0b0495fc9 which caused erratic garrison flag behavior on the Brit Scout Tower Reported by: @faction02 Thread: https://wildfiregames.com/forum/index.php?/topic/26896-ninja-stuff-or-bug/&tab=comments#comment-385787 Stan 2019-09-29 13:16:57 +00:00
  • db4fabcc4c Fix phase notification accidentally deleted in e16c4c4800 wraitii 2019-09-29 08:53:28 +00:00
  • 6b29cbac10 Add simple tests for Attacking. wraitii 2019-09-29 07:03:09 +00:00
  • 38b2e37a61 Fix bonus multiplier issue in 16b452cf91 (multiple attack effects) and consider more entities in EntitiesNearPoint wraitii 2019-09-29 06:58:03 +00:00
  • 81e084d616 Remove specific macedonian workshop code and template usage now that all civilisations ahve them. wraitii 2019-09-29 06:42:02 +00:00
  • 52b7fd5cd9 Remove redundant IGUITextOwner::AddText IGUIObject/this argument. elexis 2019-09-28 11:46:06 +00:00
  • b097f38a79 Remove little IGUIButtonBehavior::DrawButton duplication. elexis 2019-09-28 11:33:58 +00:00
  • 813fc38420 Fix alphabetic sorting induced syntax error in previous, a33fd55e81/D2313, reported by go2die. elexis 2019-09-27 14:08:00 +00:00
  • a33fd55e81 Change GUI Object Setting values to be members of the IGUIObject inheriting class, rename AddSetting to RegisterSetting. elexis 2019-09-27 12:49:59 +00:00
  • 7790fd7d29 Removes duplication of Clamp function. vladislavbelov 2019-09-26 21:14:21 +00:00
  • 5d88955e14 Fix sounds fileendings and add distanceless and owner only tags to fit D944 Stan 2019-09-26 14:45:28 +00:00
  • 69381e0489 Fix broken legionnaries introduced in 35dcdb263f Stan 2019-09-26 14:42:13 +00:00
  • b247e8b830 Chat filter to allow players to only read network or game notifications during the match. elexis 2019-09-26 13:03:40 +00:00
  • fc08fe60ab Support testing rejoins on turn 0, refs #3460, #4242, #5185, #5162, 2bf1dbfd13 elexis 2019-09-26 12:09:19 +00:00
  • 23543383e3 Display observercount in the lobby gamelist. elexis 2019-09-26 11:48:33 +00:00
  • 0817d5d715 Always inform clients why the server chose to disconnect them, i.e. stop using NDR_UNKNOWN as a disconnect reason when the reason is known and add a LOGWARNING for future authors. elexis 2019-09-26 11:36:03 +00:00
  • 767c7f5856 Fix alphabetic template order using templatessorter.sh. elexis 2019-09-26 10:07:36 +00:00
  • 3521218df5 Fix lineendings. elexis 2019-09-26 09:46:01 +00:00
  • 00b58fc2ed Fix previous, don't save replay metadata if a multiplayer gamesetup page was opened and closed, refs 35408e7e7e / D2197, refs #5565. elexis 2019-09-25 16:41:14 +00:00
  • 35408e7e7e Save replay metadata for non-visual games too, refs #4577, #5548, fixes #5565. elexis 2019-09-25 10:06:12 +00:00
  • 9425572bb1 Fix projectiles fired from sky / missing cast in Vector3D in b1659e7618. Removes a trailing .0 Reported by: @faction02 Reviewed by: @wraitii Differential Revision: https://code.wildfiregames.com/D2326 This was SVN commit r22990. Stan 2019-09-24 14:21:06 +00:00
  • f06907da02 Fix blood sometimes appearing below cattle, because of a variant having a frequency set to 1. It should only be switched to by code. Stan 2019-09-23 13:58:02 +00:00
  • ec040fba08 New cattle sounds by @Samulis Sound repartition suggested by @Samulis Stan 2019-09-23 13:57:16 +00:00
  • aefb75090c Rewrite Savegame page to use class syntax, enabled by bdc6a7d3fd / D2290, refs #5387. elexis 2019-09-23 10:06:29 +00:00
  • da973b81f1 Enable workshops for all civilisations. wraitii 2019-09-23 08:34:54 +00:00
  • 47671d1987 Fix mistakes in 74897ebc2d wraitii 2019-09-23 08:17:25 +00:00
  • 74897ebc2d Move palisades from other/ to structures/ wraitii 2019-09-23 07:48:00 +00:00
  • d69da4c948 Fix undefined resource in PetraAI diplomacy manager after D1846/077c4f2576. wraitii 2019-09-23 06:46:40 +00:00
  • 92ad6a61fa Fix OOS introduced by pathfinder threading preparation diff d592bf9cb6 wraitii 2019-09-23 06:38:16 +00:00
  • 83b7dac3f4 Split ptolemaic house actors into old and new files LordGood 2019-09-23 00:58:02 +00:00
  • b9d413852b Cleanup GUI includes, whitespace, map iterators, nullptr. elexis 2019-09-22 23:28:25 +00:00
  • e67f364887 Warn if the derived class and the base class have the same AddSetting call instead of silently ignoring it. elexis 2019-09-22 22:49:20 +00:00
  • cc494ec5df Celtic iron Sheath Alexandermb 2019-09-22 15:24:01 +00:00
  • 979150283d Enable greaves for some greek cavalry. Alexandermb 2019-09-22 15:23:18 +00:00
  • 987b36d53c Do not send Reflection and Refraction matrices to shader when not needed wraitii 2019-09-22 14:56:22 +00:00
  • 077c4f2576 Adds a "properties"-property to resources and let mods be able to prevent resources from being bartered, traded and/or tributed. wraitii 2019-09-22 14:53:47 +00:00
  • 7bb0f2ea69 Defragment IGUIButtonBehavior Settings. elexis 2019-09-22 14:53:27 +00:00
  • e771ff40ea Use arrow functions in AI filters bb 2019-09-22 14:01:49 +00:00
  • db4637f73a Fix issue with D274/e16c4c4800 - modifications are a list of effects, not a single effect wraitii 2019-09-22 12:05:04 +00:00
  • 31a2dd294e Fix top panel being hidden during pause mode following 702cdbf0c7 / D2292 reported by Freagarach, ValihrAnt, Krinkle et al. elexis 2019-09-22 10:51:08 +00:00
  • 2678d5e52e Fix broken paths in d1bcce55db wraitii 2019-09-22 10:11:11 +00:00
  • 026ce76e3f Update the fast-actions cheat and AI bonuses to use the modifiers manager wraitii 2019-09-22 07:46:29 +00:00
  • d1bcce55db Improve js glue code in D1839/61e3f1ec0d (hotkey state fix) and deal with rebase leftovers. wraitii 2019-09-22 07:38:13 +00:00
  • d96ac8ea24 Gladius sheath. Alexandermb 2019-09-21 23:06:37 +00:00
  • fb65515550 Fix missing replay menu function following loadgame and savegame unification bdc6a7d3fd / D2290. elexis 2019-09-21 21:04:15 +00:00
  • 8fdfbb7cfd Transversal Crested gallic centurion helmet. Alexandermb 2019-09-21 20:49:12 +00:00
  • f69261d37b Remove AddSetting<CStrW>("tooltip") and AddSetting<CStr>("tooltip_style") calls redundant with the ones in the IGUIObject base constructor. elexis 2019-09-21 16:13:18 +00:00
  • 702cdbf0c7 Remove GUI object setting values z="0", size="0 0 100% 100%", hidden="false" in XML page specifications that are redundant with the default style values. elexis 2019-09-21 15:54:25 +00:00
  • 869a9548a9 Delete duplicate global default style following 1e6614918b. elexis 2019-09-21 15:23:05 +00:00
  • a9d477b269 Replace old illyrian helmet on seleucid infantry archer. Alexandermb 2019-09-21 15:09:59 +00:00
  • cf1c13b986 Replace illyrian helmet on athenian cavalry swordsman with the new one. Alexandermb 2019-09-21 14:56:43 +00:00
  • d412b2010b Delete unused CCheckbox text setting remains following b1422137e5, refs 0f807c643a. elexis 2019-09-21 03:11:18 +00:00
  • aa72791b69 Fixes compilation errors about missed include and unused argument introduced in c17e7ee92f. vladislavbelov 2019-09-20 19:44:58 +00:00
  • 734d21464b Fix missing JSAutoRequest before JS_ReportError in various commits. elexis 2019-09-20 19:18:07 +00:00
  • 47eb30056f Latest Fix Alexandermb 2019-09-20 16:13:47 +00:00
  • b56083071a Fix issues mentioned by @stan in this thread: https://wildfiregames.com/forum/index.php?/topic/25179-committed-hellenic-helmets/page/15/&tab=comments#comment-385394 Alexandermb 2019-09-20 16:06:26 +00:00
  • 262056df42 Replace straw helmet Alexandermb 2019-09-20 15:37:40 +00:00
  • cc839ec521 Enable greaves on carthaginian champions. Alexandermb 2019-09-20 15:32:05 +00:00
  • bd66089319 Add updated carthaginian infantry pikeman champion shield. Alexandermb 2019-09-20 15:27:27 +00:00
  • e05f939fab Delete empty IGUIObject::Destroy function and MEGA TODO from 5122b0f906, e21ebb37f5. elexis 2019-09-20 15:25:13 +00:00
  • d90dffab1f Fix latest issues of the old helmets files merge. Alexandermb 2019-09-20 15:13:54 +00:00
  • 1bc6d778bb Delete GUI.h umbrella include following 8d0cb1b954. elexis 2019-09-20 13:11:18 +00:00
  • 8f7729bfdb Fixes values of clip planes in PostProcManager. vladislavbelov 2019-09-20 07:54:44 +00:00
  • c17e7ee92f Adds a helper function to pick entities with a given component and a given filter on screen. vladislavbelov 2019-09-20 07:45:55 +00:00
  • 76f82bbcac Replace hero_infantry_swordsman_marcellus.xml helmet with champion montefortino. Alexandermb 2019-09-20 02:51:28 +00:00
  • 60049abcab Fix thracian_cap_01 missing on cavalry_javelinist_b_r.xml Alexandermb 2019-09-20 02:22:14 +00:00
  • f03a18f72e Improved peytrals for persian and seleucid cavalry. Alexandermb 2019-09-19 22:26:33 +00:00
  • fec02fa2e3 Replace illyrian helmet on macedonian infantry with the new one. Alexandermb 2019-09-19 22:06:33 +00:00
  • 35dcdb263f Cleanup of helmets folder. Alexandermb 2019-09-19 21:53:07 +00:00
  • a936cc618a Move CGUIDummyObject class used for empty GUI objects to a separate file, and put the according CGUI page base object on the stack. elexis 2019-09-18 20:51:45 +00:00