2018-10-17 |
Wuzzy |
Lua: Add PLATFORM global var to distinguish between desktop and mobile builds
|
file |
diff |
annotate
|
2018-10-05 |
Wuzzy |
Don't load game scheme from file if name collides with default scheme
|
file |
diff |
annotate
|
2018-10-05 |
Wuzzy |
Rename amDuck and related symbols to amCreeper, gtCreeper, etc.
|
file |
diff |
annotate
|
2018-10-05 |
Wuzzy |
Restructure 0.9.25 changelog, add highlights section
|
file |
diff |
annotate
|
2018-10-04 |
Wuzzy |
Merge Racer/TechRacer tie handling
|
file |
diff |
annotate
|
2018-09-05 |
Wuzzy |
Add tie handling for Racer and TechRacer
|
file |
diff |
annotate
|
2018-10-04 |
Wuzzy |
Backed out changeset 6e4e745f42bb. Devs are hating it for ... reasons
|
file |
diff |
annotate
|
2018-10-04 |
Wuzzy |
Fix speech bubble chat commands also applying to bots
|
file |
diff |
annotate
|
2018-10-04 |
Wuzzy |
Rename chat command /team to /clan (but keep /team as alias for now)
|
file |
diff |
annotate
|
2018-09-30 |
Wuzzy |
Add help button in main menu (opens Hedgewars Wiki in browser)
|
file |
diff |
annotate
|
2018-09-29 |
Wuzzy |
Fix frontend displayed value of Sudden Death timeout being off-by-one
|
file |
diff |
annotate
|
2018-09-29 |
Wuzzy |
ASA, ice02: Display current flying time next to team bar
|
file |
diff |
annotate
|
2018-09-29 |
Wuzzy |
ASA, ice02: Fix recorded time being 6 seconds more than reality
|
file |
diff |
annotate
|
2018-09-28 |
Wuzzy |
Move campaign mission images to share/ instead of hardcoding them into frontend
|
file |
diff |
annotate
|
2018-09-26 |
Wuzzy |
Update changelog
|
file |
diff |
annotate
|
2018-09-17 |
Wuzzy |
Easier back jumps in Basic Movement Training (fixes bug 692)
|
file |
diff |
annotate
|
2018-09-15 |
Wuzzy |
Fix some syntax errors in internal Lua syntax documentation
|
file |
diff |
annotate
|
2018-09-11 |
Wuzzy |
Allow to change volume during pause
|
file |
diff |
annotate
|
2018-09-11 |
Wuzzy |
ASA, final: Don't say "missed" or "yes sir" after blowing up barrels
|
file |
diff |
annotate
|
2018-09-04 |
Wuzzy |
Fix player rankings on round draw: Clans that die in the same turn now have the same rank
|
file |
diff |
annotate
|
2018-09-03 |
Wuzzy |
Lua: Fix LeftX, RightX, TopY, LAND_WIDTH, LAND_HEIGHT being broken if onVisualGearAdd is set
|
file |
diff |
annotate
|
2018-09-03 |
Wuzzy |
Lua: Rename globals: NoPointX→NO_CURSOR, cMaxTurnTime→MAX_TURN_TIME, cMaxHogHealth→MAX_HOG_HEALTH
|
file |
diff |
annotate
|
2018-09-02 |
Wuzzy |
Don't start retreat time if hog has lost control in the meantime
|
file |
diff |
annotate
|
2018-09-02 |
Wuzzy |
Add deprecation warning for setting TurnTimeLeft/ReadyTimeLeft directly, fix SetTurnTimeLeft/SetReadyTimeLeft not setting vars reliably
|
file |
diff |
annotate
|
2018-09-02 |
Wuzzy |
Lua API: Add SetTurnTimeLeft, SetReadyTimeLeft
|
file |
diff |
annotate
|
2018-09-01 |
Wuzzy |
Fix damage not being displayed if hog drowns in water with 100% opacity (like in Compost theme)
|
file |
diff |
annotate
|
2018-09-01 |
Wuzzy |
Fix hog attack code always destroying TargetPoint, even if no attack occurred. Fixes bug 265
|
file |
diff |
annotate
|
2018-09-01 |
Wuzzy |
Check for victory before stTurnReact. Fixes 382
|
file |
diff |
annotate
|
2018-09-01 |
Wuzzy |
ASA, desert01: Fix display error when destroying device crate
|
file |
diff |
annotate
|
2018-08-31 |
Wuzzy |
Add 2nd optional parameter to HedgewarsScriptLoad. If false, its OK if file does not exist. Also, return true/false on success
|
file |
diff |
annotate
|
2018-08-31 |
Wuzzy |
Backed out changeset a62408ee8281. Allowing HedgewarsScriptLoad to not stop if script is missing is dumb
|
file |
diff |
annotate
|
2018-08-31 |
Wuzzy |
Allow script to be missing when calling HedgewarsScriptLoad, return true/false based on success
|
file |
diff |
annotate
|
2018-08-31 |
Wuzzy |
Force-disable gfPerHogAmmo and gfSharedAmmo for RW and BRW
|
file |
diff |
annotate
|
2018-08-30 |
Wuzzy |
BRW now allows weapon scheme customization
|
file |
diff |
annotate
|
2018-08-28 |
Wuzzy |
Space Invasion: Continue playing rounds in case the teams are tied at the end
|
file |
diff |
annotate
|
2018-08-26 |
Wuzzy |
/greeting chat commands now clears greeting if called w/o arguments
|
file |
diff |
annotate
|
2018-08-22 |
Wuzzy |
Fix critical failure to cleanup teams list after rejoining game after a force-quit. Fixes bug 597
|
file |
diff |
annotate
|
2018-08-21 |
Wuzzy |
Animate: Remove follow arg from AnimVisualGear
|
file |
diff |
annotate
|
2018-08-14 |
Wuzzy |
Move common sprite tint values into Utils Lua library
|
file |
diff |
annotate
|
2018-08-14 |
Wuzzy |
Prevent wrapping of turn time when using extra time
|
file |
diff |
annotate
|
2018-08-14 |
Wuzzy |
Fix repeating sun in Hoggywood theme
|
file |
diff |
annotate
|
2018-08-13 |
Wuzzy |
Close hwengine properly when you got kicked by room host
|
file |
diff |
annotate
|
2018-08-12 |
Wuzzy |
Don't make pseudo player names like [server] clickable in chat
|
file |
diff |
annotate
|
2018-08-11 |
Wuzzy |
More straightforward TotalRoundsPre counting if there's only 1 clan
|
file |
diff |
annotate
|
2018-08-08 |
Wuzzy |
Fix frontend crash when rapidly aborting many active video encodings. Fixes bug 595
|
file |
diff |
annotate
|
2018-08-08 |
Wuzzy |
Refactor text color variable names, export 2 color values to Lua
|
file |
diff |
annotate
|
2018-08-08 |
Wuzzy |
Fix attack bar render bugs: Invisible beyond world edge; rendered over GUI (e.g. mission panel)
|
file |
diff |
annotate
|
2018-08-07 |
Wuzzy |
Fix foreground flakes (layer 2+6) disappearing when moving camera in world wrap world
|
file |
diff |
annotate
|
2018-08-07 |
Wuzzy |
Fix resurrection animation appearing at wrong position for some missions and styles
|
file |
diff |
annotate
|
2018-08-07 |
Wuzzy |
Report spawning visual gear in onGearResurrect
|
file |
diff |
annotate
|
2018-08-07 |
Wuzzy |
Add setting to disable audio dampening if losing window focus
|
file |
diff |
annotate
|
2018-08-07 |
Wuzzy |
Move max. number of crate spawns into variable
|
file |
diff |
annotate
|
2018-08-07 |
Wuzzy |
Lobby/room: Prevent opening context menu if no player selected (fixes bug 661)
|
file |
diff |
annotate
|
2018-08-07 |
Wuzzy |
Fix drill rocket exploding when digging at bounce/wrap world edge
|
file |
diff |
annotate
|
2018-08-06 |
Wuzzy |
Use gfMultiWeapon in target practice missions
|
file |
diff |
annotate
|
2018-08-06 |
Wuzzy |
Fix cake walking through land when reaching wrap world edge
|
file |
diff |
annotate
|
2018-08-06 |
Wuzzy |
Fix projectiles reacing incorrectly with land just behind the wrap world edge
|
file |
diff |
annotate
|
2018-08-02 |
Wuzzy |
Make cake bounce off bounce edge, stop cake at wrap edge to prevent other bug
|
file |
diff |
annotate
|
2018-08-02 |
Wuzzy |
Fix hammer/pickhammer not digging land with gfSolidLand on
|
file |
diff |
annotate
|
2018-08-02 |
Wuzzy |
Backed out changeset 0d920e370a78
|
file |
diff |
annotate
|