2017-03-02 |
elexis | Add a GUI notification when the ceasefire ended so...
|
commit | commitdiff | tree |
2017-03-01 |
elexis | Remove a TODO which was fixed by rP19245 / D164.
|
commit | commitdiff | tree |
2017-02-28 |
elexis | Polar Sea random map script.
|
commit | commitdiff | tree |
2017-02-28 |
elexis | Implement clientside kick/ban support for the lobby.
|
commit | commitdiff | tree |
2017-02-27 |
elexis | Focus camera on the spy after bribing it.
|
commit | commitdiff | tree |
2017-02-26 |
elexis | Remove the (only) inconsistent UnitMotion walk speed...
|
commit | commitdiff | tree |
2017-02-23 |
elexis | Nuke session/utility_functions.js since the file is...
|
commit | commitdiff | tree |
2017-02-23 |
elexis | Show the tribute chat notification if a team member...
|
commit | commitdiff | tree |
2017-02-22 |
elexis | Remove non-functional shallow generation code from...
|
commit | commitdiff | tree |
2017-02-22 |
elexis | Add UpdateAutoScroll calls to some events where they...
|
commit | commitdiff | tree |
2017-02-22 |
elexis | Copy the victory and defeat icons, so that they can...
|
commit | commitdiff | tree |
2017-02-21 |
elexis | Fix lineendings of new files added in recent months.
|
commit | commitdiff | tree |
2017-02-14 |
elexis | Ensure unique client GUIDs. Patch by sbirmi, fixes...
|
commit | commitdiff | tree |
2017-02-14 |
elexis | Different description for African Plains by Hannibal...
|
commit | commitdiff | tree |
2017-02-13 |
elexis | African Plains random map script by Hannibal Baraq...
|
commit | commitdiff | tree |
2017-02-12 |
elexis | Allow Romans to build the sentry tower, revealing the...
|
commit | commitdiff | tree |
2017-02-10 |
elexis | Reset the RallyPoint in case the building changes Ownership...
|
commit | commitdiff | tree |
2017-02-10 |
elexis | Fix three tech tree bugs, relevant for mods like Delenda...
|
commit | commitdiff | tree |
2017-02-10 |
elexis | Remove the second, confusing and non-promotable skirmisher...
|
commit | commitdiff | tree |
2017-02-10 |
elexis | Rename wooden tower template to sentry tower.
|
commit | commitdiff | tree |
2017-02-07 |
elexis | Increase catapult and bolt shooter health by factor...
|
commit | commitdiff | tree |
2017-02-06 |
elexis | Fix infinite loop detection when placing players randomly...
|
commit | commitdiff | tree |
2017-02-05 |
elexis | Use std::time_t in the replay menu (as 64bit integer...
|
commit | commitdiff | tree |
2017-01-29 |
elexis | Nerf slingers, since infantry should not be able to...
|
commit | commitdiff | tree |
2017-01-28 |
elexis | Fix r19171.
|
commit | commitdiff | tree |
2017-01-28 |
elexis | Colorize playernames in the wonder victory time notification.
|
commit | commitdiff | tree |
2017-01-26 |
elexis | Fix inconsistent disabled resign and pause button
|
commit | commitdiff | tree |
2017-01-25 |
elexis | Change the NetServer Broadcast function to send the...
|
commit | commitdiff | tree |
2017-01-24 |
elexis | Split TurnManager classes into individual files per...
|
commit | commitdiff | tree |
2017-01-19 |
elexis | Remove the "quit" simulation command and restrict the...
|
commit | commitdiff | tree |
2017-01-17 |
elexis | Remove three unused AI helper functions, likely remains...
|
commit | commitdiff | tree |
2017-01-05 |
elexis | Return "local" from GetPlayerGUID to avoid duplicate...
|
commit | commitdiff | tree |
2016-12-01 |
elexis | Fix errors when using the developer overlay to change...
|
commit | commitdiff | tree |
2016-11-30 |
elexis | Finish previous commit (selected wrong search scope...
|
commit | commitdiff | tree |
2016-11-29 |
elexis | Rename costIcon to resourceIcon.
|
commit | commitdiff | tree |
2016-11-28 |
elexis | Use strings instead of integers for the values of aiAnalysis...
|
commit | commitdiff | tree |
2016-11-28 |
elexis | Remove an unused variable following r18977 and fix...
|
commit | commitdiff | tree |
2016-11-28 |
elexis | Don't ask the host to exit the game upon defeat if...
|
commit | commitdiff | tree |
2016-11-28 |
elexis | Fix some string issues reported on transifex, a typo...
|
commit | commitdiff | tree |
2016-11-27 |
elexis | Add chat command to kick or ban all observers, refs...
|
commit | commitdiff | tree |
2016-11-27 |
elexis | Fix undefined guid error when trying to kick as a nonhosting...
|
commit | commitdiff | tree |
2016-11-25 |
elexis | Load- and save dialog cleanup.
|
commit | commitdiff | tree |
2016-11-25 |
elexis | Load and save dialog cleanup.
|
commit | commitdiff | tree |
2016-11-25 |
elexis | Save and load dialog bugfix. Reported by frapstar,...
|
commit | commitdiff | tree |
2016-11-25 |
elexis | Implement noconfirmation hotkey for deleting savegames...
|
commit | commitdiff | tree |
2016-11-24 |
elexis | Remove an unused function that is redundant with GetGameType...
|
commit | commitdiff | tree |
2016-11-23 |
elexis | Play cinematic paths on arbitrary cameras to prepare...
|
commit | commitdiff | tree |
2016-11-23 |
elexis | Actually remove trailing tabs from source/.
|
commit | commitdiff | tree |
2016-11-23 |
elexis | Disable SDL text input events before actually focusing...
|
commit | commitdiff | tree |
2016-11-23 |
elexis | Actually remove trailing whitespace for non-header...
|
commit | commitdiff | tree |
2016-11-23 |
elexis | End source files with a newline.
|
commit | commitdiff | tree |
2016-11-23 |
elexis | Remove trailing whitespace and whitespace in empty...
|
commit | commitdiff | tree |
2016-11-22 |
elexis | Don't subtract the scrollbar size from GUI dropdowns...
|
commit | commitdiff | tree |
2016-11-22 |
elexis | Unify duplicate patrol target types hardcodings. Reviewed...
|
commit | commitdiff | tree |
2016-11-22 |
elexis | Hide the resources of defeated allies in the top panel...
|
commit | commitdiff | tree |
2016-11-22 |
elexis | Timer component cleanup. Patch by Stan, fixes #4158.
|
commit | commitdiff | tree |
2016-11-22 |
elexis | Fix wall-placement cost tooltip, refs #3934.
|
commit | commitdiff | tree |
2016-11-21 |
elexis | Remove silencing of resource-not-found errors (that...
|
commit | commitdiff | tree |
2016-11-21 |
elexis | Disable all unusable structures on survival of the...
|
commit | commitdiff | tree |
2016-11-19 |
elexis | Gatherrate tooltip rework.
|
commit | commitdiff | tree |
2016-11-19 |
elexis | Remove unused milk food subtype.
|
commit | commitdiff | tree |
2016-11-19 |
elexis | Merge resource agnostic branch by s0600204, fixes ...
|
commit | commitdiff | tree |
2016-11-19 |
elexis | Support hardcoded translation comments when extracting...
|
commit | commitdiff | tree |
2016-11-18 |
elexis | Fix a test failure on SM45. Patch by leper, fixes ...
|
commit | commitdiff | tree |
2016-11-16 |
elexis | Rename clStone to clRock, to be consistent with all...
|
commit | commitdiff | tree |
2016-11-16 |
elexis | Prevent collisions of straggler trees with mines. Reviewed...
|
commit | commitdiff | tree |
2016-11-16 |
elexis | Random map fortress generation code cleanup.
|
commit | commitdiff | tree |
2016-11-16 |
elexis | Don't overwrite skipFirstWall of placePolygonalWall...
|
commit | commitdiff | tree |
2016-11-16 |
elexis | Further increase metal cost and train time of Spartan...
|
commit | commitdiff | tree |
2016-11-16 |
elexis | Remove structure tree helper function that was never...
|
commit | commitdiff | tree |
2016-11-15 |
elexis | Order the lobby gamelist by the number of playerslots...
|
commit | commitdiff | tree |
2016-11-15 |
elexis | Regression tests for all aura types. Patch by fatherbushido...
|
commit | commitdiff | tree |
2016-11-15 |
elexis | Partial EndGameManager test by Sandarac, refs #4143.
|
commit | commitdiff | tree |
2016-11-15 |
elexis | Fix an OOS on rejoin caused by ParamNode.cpp using...
|
commit | commitdiff | tree |
2016-11-15 |
elexis | Add a template manager test that reveals an inheritance...
|
commit | commitdiff | tree |
2016-11-15 |
elexis | An awesome Rejoin-test tool by wraitii and Itms, fixes...
|
commit | commitdiff | tree |
2016-11-14 |
elexis | Rename isReplay to isNonVisualReplay becuase it is...
|
commit | commitdiff | tree |
2016-11-14 |
elexis | Clear particle emitters when ending a game so they...
|
commit | commitdiff | tree |
2016-11-14 |
elexis | Scroll to the selected element after the selection...
|
commit | commitdiff | tree |
2016-11-14 |
elexis | GUI cleanup.
|
commit | commitdiff | tree |
2016-11-14 |
elexis | Reset the cursor when opening new GUI pages. Patch...
|
commit | commitdiff | tree |
2016-11-14 |
elexis | Remove the URL entry of the desktop file, because that...
|
commit | commitdiff | tree |
2016-11-14 |
elexis | Move that string to another transifex resource while...
|
commit | commitdiff | tree |
2016-11-14 |
elexis | Remove two pointless references and fix a typo. Patch...
|
commit | commitdiff | tree |
2016-11-14 |
elexis | String extension for the will to fight upgrade following...
|
commit | commitdiff | tree |
2016-11-12 |
elexis | Add parenthesis suggested by gcc 5.4 following r18921...
|
commit | commitdiff | tree |
2016-11-11 |
elexis | Bump version number to Alpha 22.
|
commit | commitdiff | tree |
2016-11-11 |
elexis | Translate the reveal map cheat notification following...
|
commit | commitdiff | tree |
2016-11-06 |
elexis | Invincible women on survival of the fittest to prevent...
|
commit | commitdiff | tree |
2016-11-06 |
elexis | Don't use black for gaia on survival of the fittest...
|
commit | commitdiff | tree |
2016-11-06 |
elexis | Don't spawn units for defeated players and players...
|
commit | commitdiff | tree |
2016-11-05 |
elexis | Prevent out of scope usage of cmpTrigger, which would...
|
commit | commitdiff | tree |
2016-11-05 |
elexis | Revert r18753 as it revealed an OOS on rejoin in the...
|
commit | commitdiff | tree |
2016-11-05 |
elexis | Slightly nerf gallic naked fanatic rush.
|
commit | commitdiff | tree |
2016-11-05 |
elexis | Fix an OOS on rejoin on survival of the fittest. Patch...
|
commit | commitdiff | tree |
2016-11-04 |
elexis | Don't throw errors attempting to spawn templates that...
|
commit | commitdiff | tree |
2016-11-04 |
elexis | Remove a hunk with commented out code and a hunk of...
|
commit | commitdiff | tree |
2016-11-04 |
elexis | Revert r18614 as it doesn't work with the packaged...
|
commit | commitdiff | tree |
2016-11-01 |
elexis | Add URLs and keywords for the software search in the...
|
commit | commitdiff | tree |
2016-11-01 |
elexis | Tag persian skirmishers as mercenaries and make their...
|
commit | commitdiff | tree |