2017-10-31 |
elexis | rmgen cleanup.
|
commit | commitdiff | tree |
2017-10-31 |
elexis | Move catafalque relic templates from the "other" directory...
|
commit | commitdiff | tree |
2017-10-30 |
elexis | Extend the cubicInterpolation function to consume a...
|
commit | commitdiff | tree |
2017-10-29 |
elexis | Consistently use utf8 instead of iso-8859-1 encoding...
|
commit | commitdiff | tree |
2017-10-29 |
elexis | New unit selection textures for the healer and mods...
|
commit | commitdiff | tree |
2017-10-29 |
elexis | Document the rmgen Map class, refs #4831
|
commit | commitdiff | tree |
2017-10-29 |
elexis | Construct the final object containing the random map...
|
commit | commitdiff | tree |
2017-10-28 |
elexis | Fix few typos found with the Debian lintian tool.
|
commit | commitdiff | tree |
2017-10-28 |
elexis | Remove min/max mapsize constants from the rmgen library...
|
commit | commitdiff | tree |
2017-10-27 |
elexis | Delete _kali's Alpha 21 maps since it is not certain...
|
commit | commitdiff | tree |
2017-10-27 |
elexis | Move the HeightPlacer from the Schwarzwald map (rP15327...
|
commit | commitdiff | tree |
2017-10-27 |
elexis | Rename placer.js to placer_centered.js and pathplacer...
|
commit | commitdiff | tree |
2017-10-26 |
elexis | Move SimpleObject and RandomObject from placers.js...
|
commit | commitdiff | tree |
2017-10-26 |
elexis | Fix lineendings of new files and the ones in source...
|
commit | commitdiff | tree |
2017-10-26 |
elexis | Move SimpleGroup and RandomGroup from placers.js to...
|
commit | commitdiff | tree |
2017-10-26 |
elexis | Remove SemiRandomElevationPainter from Pyrenean Sierra...
|
commit | commitdiff | tree |
2017-10-26 |
elexis | Replace SmoothElevationPainter 8/9 weights with 1,...
|
commit | commitdiff | tree |
2017-10-26 |
elexis | Do not use the spread operator in the AI euclidian...
|
commit | commitdiff | tree |
2017-10-26 |
elexis | Unify duplicate Breadth-First-Search traversing of...
|
commit | commitdiff | tree |
2017-10-26 |
elexis | Move ElevationPainter and SmoothElevationPainter constants...
|
commit | commitdiff | tree |
2017-10-25 |
elexis | Add rmgen Painter definitions, refs #4831.
|
commit | commitdiff | tree |
2017-10-24 |
elexis | Remove abstract rmgen Terrain class that was inherited...
|
commit | commitdiff | tree |
2017-10-24 |
elexis | Define rmgen Entity class, refs #4831.
|
commit | commitdiff | tree |
2017-10-24 |
elexis | Define rmgen Constraints, refs #4831.
|
commit | commitdiff | tree |
2017-10-23 |
elexis | Fix missing [] to undefined replacement in rP9271 that...
|
commit | commitdiff | tree |
2017-10-23 |
elexis | Add diskArea rmgen helper function and use it instead...
|
commit | commitdiff | tree |
2017-10-23 |
elexis | Remove rmgen euclidian distance helper function, refs...
|
commit | commitdiff | tree |
2017-10-22 |
elexis | Add Math.square to compute the square of a number without...
|
commit | commitdiff | tree |
2017-10-21 |
elexis | Show stacktrace too in case custom JS exceptions are...
|
commit | commitdiff | tree |
2017-10-19 |
elexis | Fix collisions of random resources and starting base...
|
commit | commitdiff | tree |
2017-10-17 |
elexis | Unify beyond ridiculous Snowflake Searocks duplication...
|
commit | commitdiff | tree |
2017-10-17 |
elexis | Unify duplicate Corsica & Sardinia island generation...
|
commit | commitdiff | tree |
2017-10-15 |
elexis | Fix wrong forest type replacement in the prior commit...
|
commit | commitdiff | tree |
2017-10-15 |
elexis | Cleanup most createArea and some createObjectGroup...
|
commit | commitdiff | tree |
2017-10-15 |
elexis | Unify Cycladic Archipelago Island duplication in a...
|
commit | commitdiff | tree |
2017-10-14 |
elexis | Corsica & Sardinia cleanup.
|
commit | commitdiff | tree |
2017-10-14 |
elexis | Replace hardcoded trigonometry magic numbers on Corinthian...
|
commit | commitdiff | tree |
2017-10-14 |
elexis | Remove about 360 unused variables in random map scripts...
|
commit | commitdiff | tree |
2017-10-13 |
elexis | Fix string format of the JS test assertion failure...
|
commit | commitdiff | tree |
2017-10-13 |
elexis | Fix collisions of random forests and mines with starting...
|
commit | commitdiff | tree |
2017-10-11 |
elexis | Fix incorrectly replaced unrelated magic number in...
|
commit | commitdiff | tree |
2017-10-11 |
elexis | Fix rmgen2 bug in rP17903 revealed by the 1* removal...
|
commit | commitdiff | tree |
2017-10-11 |
elexis | Fix rmgen2 SimpleObject and RandomObject ignoring the...
|
commit | commitdiff | tree |
2017-10-10 |
elexis | Remove rmgen2 defautls that are and should always be...
|
commit | commitdiff | tree |
2017-10-10 |
elexis | Delete an unneeded initForestFloor found by leper in...
|
commit | commitdiff | tree |
2017-10-09 |
elexis | Remove confusing rmgen2 g_MapInfo and initMapSettings...
|
commit | commitdiff | tree |
2017-10-08 |
elexis | Fix Vector.js rotate oversight in rP20263 (this.x may...
|
commit | commitdiff | tree |
2017-10-06 |
elexis | Deepfreeze the map settings object (created from g_GameAttri...
|
commit | commitdiff | tree |
2017-10-06 |
elexis | Remove unneeded waterheight init loop from River Archipelago...
|
commit | commitdiff | tree |
2017-10-06 |
elexis | Readability improvements of globalscripts vector.js.
|
commit | commitdiff | tree |
2017-10-06 |
elexis | Add test for globalscripts vector, refs #4427.
|
commit | commitdiff | tree |
2017-09-27 |
elexis | Northern lights river cleanup following rP20185.
|
commit | commitdiff | tree |
2017-09-23 |
elexis | Fix division by zero in rP12545 and rP12654 for the...
|
commit | commitdiff | tree |
2017-09-23 |
elexis | Fix oversights in rP20144 (missing brace removal in...
|
commit | commitdiff | tree |
2017-09-16 |
elexis | Remove some more recursive duplication in the rmgen...
|
commit | commitdiff | tree |
2017-09-15 |
elexis | Unify 34 copies of the civic center tile class setting...
|
commit | commitdiff | tree |
2017-09-15 |
elexis | Reverse engineer and unify the 14 copies of the river...
|
commit | commitdiff | tree |
2017-09-12 |
elexis | Don't overwrite invalid input in numeric fields of...
|
commit | commitdiff | tree |
2017-09-12 |
elexis | Move Main ScriptFunctions to a new JS Interface, refs...
|
commit | commitdiff | tree |
2017-09-12 |
elexis | Move Debugging ScriptFunctions to a new JS Interface...
|
commit | commitdiff | tree |
2017-09-12 |
elexis | Move Simulation GUI ScriptFunctions to a new JS Interface...
|
commit | commitdiff | tree |
2017-09-12 |
elexis | Move Game ScriptFunctions to a new JS Interface, refs...
|
commit | commitdiff | tree |
2017-09-12 |
elexis | Move GUI Manager ScriptFunctions to a new JS Interface...
|
commit | commitdiff | tree |
2017-09-12 |
elexis | Move networking ScriptFunctions to a new JS Interface...
|
commit | commitdiff | tree |
2017-09-11 |
elexis | Move SavedGame ScriptFunctions to a new JS Interface...
|
commit | commitdiff | tree |
2017-09-11 |
elexis | Move GameView ScriptFunctions to its JS Interface,...
|
commit | commitdiff | tree |
2017-09-11 |
elexis | Move ReadJSONFile and WriteJSONFile GUI ScriptFunctions...
|
commit | commitdiff | tree |
2017-09-11 |
elexis | Remove unused clumsy JS GUI ScriptFunctions debug timer...
|
commit | commitdiff | tree |
2017-09-11 |
elexis | Pick the closest match for SimRates like 0.10000000149011612...
|
commit | commitdiff | tree |
2017-09-10 |
elexis | Move the 12MB heightmap data from the JS code of _kali...
|
commit | commitdiff | tree |
2017-09-10 |
elexis | Add two missing checks in the EndgameManager for players...
|
commit | commitdiff | tree |
2017-09-10 |
elexis | Create arrays with [], not new Array in random map...
|
commit | commitdiff | tree |
2017-09-10 |
elexis | Fix oversight in rP20118 (don't pick the "random" biome...
|
commit | commitdiff | tree |
2017-09-10 |
elexis | Merge the 14 copies of the player placement code on...
|
commit | commitdiff | tree |
2017-09-09 |
elexis | Fix wrong comma in rP20127 and a mismatched brace in...
|
commit | commitdiff | tree |
2017-09-09 |
elexis | Unify 36 copies of the radial playerplacement loop...
|
commit | commitdiff | tree |
2017-09-09 |
elexis | Replace 55 playerarray sorting loops copies with calls...
|
commit | commitdiff | tree |
2017-09-09 |
elexis | Remove 23 copies of the random mapgen terrain init...
|
commit | commitdiff | tree |
2017-09-09 |
elexis | Remove 1400 useless random map script comments.
|
commit | commitdiff | tree |
2017-09-09 |
elexis | Don't use the default metal/stone mines of the random...
|
commit | commitdiff | tree |
2017-09-09 |
elexis | Fix missing conversion of biome environment constants...
|
commit | commitdiff | tree |
2017-09-09 |
elexis | Add biome descriptions.
|
commit | commitdiff | tree |
2017-09-08 |
elexis | Mark simulation component template and entity properties...
|
commit | commitdiff | tree |
2017-09-08 |
elexis | Move VFS GUI script function registration to its interface...
|
commit | commitdiff | tree |
2017-09-08 |
elexis | Remove unnecessary, terribly named random biome getter...
|
commit | commitdiff | tree |
2017-09-08 |
elexis | Remove biome constants, so that mods can remove biomes...
|
commit | commitdiff | tree |
2017-09-08 |
elexis | Fix compulsory JSON syntax error.
|
commit | commitdiff | tree |
2017-09-08 |
elexis | Move biome definitions to JSON and JS files, so that...
|
commit | commitdiff | tree |
2017-09-07 |
elexis | Move random biome system to a separate mapgen library.
|
commit | commitdiff | tree |
2017-09-06 |
elexis | Unify deepcopy and clone.
|
commit | commitdiff | tree |
2017-09-05 |
elexis | Fix missing harbor and wild lake random biome implementation.
|
commit | commitdiff | tree |
2017-09-05 |
elexis | Allow selecting the biome on all maps that support...
|
commit | commitdiff | tree |
2017-09-05 |
elexis | Select the biome of the random map in the gamesetup.
|
commit | commitdiff | tree |
2017-09-04 |
elexis | Move lobby panels to custom file, so that they could...
|
commit | commitdiff | tree |
2017-09-04 |
elexis | Move prelobby files to a separate directory (to prepare...
|
commit | commitdiff | tree |
2017-09-04 |
elexis | Fix a nearly hidden gamesetup bug that exists since...
|
commit | commitdiff | tree |
2017-09-04 |
elexis | Fix oversight in rP20101 (thought undefined was converted...
|
commit | commitdiff | tree |
2017-09-03 |
elexis | Add +1 tab indentation following rP20101 / D805 for...
|
commit | commitdiff | tree |
2017-09-03 |
elexis | Remove unneeded parameters nesting from the options...
|
commit | commitdiff | tree |
2017-09-03 |
elexis | Use tabs for the options page and rewrite it altogether.
|
commit | commitdiff | tree |