Mercurial
Mercurial
>
hedgewars
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-10000
-3000
-1000
-960
+960
+1000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Remove usage of creeper from all schemes and styles
2018-10-05, by Wuzzy
Restructure 0.9.25 changelog, add highlights section
2018-10-05, by Wuzzy
Document the /quit chat command from server
2018-10-05, by Wuzzy
Simplify /quit chat command
2018-10-05, by Wuzzy
gameServer: Add user warning if got chat command not suitable for current state (lobby/room); fix protocol errors
2018-10-05, by Wuzzy
Catch empty chat commands in engine and frontend
2018-10-05, by Wuzzy
Clean up frontend chat command auto-complete
2018-10-05, by Wuzzy
Backed out changeset 5f6208031658 (fixes 652)
2018-10-04, by Wuzzy
Merge Racer/TechRacer tie handling
2018-10-04, by Wuzzy
Add missing roundDraw check in TechRacer
2018-09-05, by Wuzzy
Add tie handling for Racer and TechRacer
2018-09-05, by Wuzzy
Backed out changeset 6e4e745f42bb. Devs are hating it for ... reasons
2018-10-04, by Wuzzy
Fix speech bubble chat commands also applying to bots
2018-10-04, by Wuzzy
merge
2018-10-04, by alfadur
..and for logging in handler
2018-10-04, by alfadur
Add missing base case for lobby handler
2018-10-04, by alfadur
Fix another pas2c hiccup in uLandObjects
2018-10-04, by Wuzzy
Change syntax for Format/FormatA, remove array in function to be friendlier to Pas2C
2018-10-04, by Wuzzy
gameServer: Remove broken and undocumented /part chat command
2018-10-04, by Wuzzy
Ignore message-type chat commands (/hsa, /clan, etc.) w/ empty arg list
2018-10-04, by Wuzzy
Rename chat command /team to /clan (but keep /team as alias for now)
2018-10-04, by Wuzzy
Teach engine to properly display clan message received from the net
2018-10-04, by Wuzzy
gameServer: Handle empty chat command (partially)
2018-10-04, by Wuzzy
gameServer: Always report command name if getting an incorrect command
2018-10-04, by Wuzzy
gameServer: remove duplicate VOTE/FORCE command handling
2018-10-04, by Wuzzy
Display error when entering invalid chat command in offline game
2018-10-03, by Wuzzy
Make frontend forward server error and warning messages to engine
2018-10-03, by Wuzzy
Pas2C: Add preprocess files to .hgignore
2018-10-02, by Wuzzy
Rewrite StrToInt code in uStore; get rid of "try" and "except" keywords
2018-10-02, by Wuzzy
IFNDEF custom exception handlung away in pas2c builds
2018-10-02, by Wuzzy
Resolve ambiguity of <> in Pas2C.hs
2018-10-02, by Wuzzy
Add help button in main menu (opens Hedgewars Wiki in browser)
2018-09-30, by Wuzzy
Fix frontend displayed value of Sudden Death timeout being off-by-one
2018-09-30, by Wuzzy
ASA, desert02: Add achievement for escaping with all crates collected and no damage taken
2018-09-29, by Wuzzy
ASA, ice02: Display current flying time next to team bar
2018-09-29, by Wuzzy
ASA, ice02: Fix recorded time being 6 seconds more than reality
2018-09-29, by Wuzzy
ASA: ice02: Render green rings as double rings
2018-09-29, by Wuzzy
Set script globals TurnTimeLeft and ReadyTimeLeft immediately after they were changed by Lua call
2018-09-29, by Wuzzy
Move campaign mission images to share/ instead of hardcoding them into frontend
2018-09-29, by Wuzzy
Fix teleport cursor briefly re-appearing after placing hog in hog placement phase + inf attack mode
2018-09-27, by Wuzzy
Update changelog
2018-09-27, by Wuzzy
On victory, center camera on a winning hedgehog
2018-09-26, by Wuzzy
merge
2018-09-24, by nemo
make it build
2018-09-24, by nemo
cleanup crate imports
2018-09-14, by alfadur
remove stabilized edition annotations
2018-09-13, by alfadur
rescue the stream on handshake failure
2018-09-10, by alfadur
improve error handling for TLS handshake
2018-09-10, by alfadur
port some legacy protocol support
2018-09-09, by alfadur
use openssl for password message handling
2018-09-07, by alfadur
Add TLS support
2018-09-06, by alfadur
Add official server feature to cargo
2018-09-05, by alfadur
Bump dependencies
2018-09-05, by alfadur
move everything test related into test cfg
2018-08-28, by alfadur
Add hogs per team named constant that absolutely no one asked for
2018-08-27, by alfadur
Fix maps variable in OfficialChallengeHashes not being global (caused error in normal Racer)
2018-09-20, by Wuzzy
Fix hedgehog being able to make walk/jump sounds before it was placed
2018-09-19, by Wuzzy
Ignore gmTimer after attack or hog is no longer controlled
2018-09-19, by Wuzzy
Clear gmSwitch before activating switcher
2018-09-19, by Wuzzy
use locale rules for the challenge hashes
2018-09-18, by nemo
restore old land hashes which in theory should not have changed in .24
2018-09-18, by nemo
Separate synced pixels from land digests - this is mostly to allow the official racer digests to remain unchanged.
2018-09-18, by nemo
Merge nemo's hash change commit
2018-09-18, by Wuzzy
Add exit hint after Basic Movement Training
2018-09-18, by Wuzzy
Easier back jumps in Basic Movement Training (fixes bug 692)
2018-09-17, by Wuzzy
update hashes changed in r79e13080b9db (critical sprites) ra675a94b5cc1 (critical scripts)
2018-09-16, by nemo
Update hedgewars_en.ts
2018-09-16, by Wuzzy
Update German translation
2018-09-16, by Wuzzy
Update translation files
2018-09-16, by Wuzzy
Fix SetAmmoTexts not working in stats-only mode
2018-09-15, by unc0rr
Fix SetAmmoTexts not working in stats-only mode
0.9.24
2018-09-15, by unc0rr
Fix some syntax errors in internal Lua syntax documentation
2018-09-15, by Wuzzy
Fix team stats screwing up if game ends due to drowning in rising Sudden Death water
2018-09-15, by Wuzzy
Fix engine crash when using lasersight outside the world bounds
2018-09-12, by alfadur
Only show bullet hits for shovable gears
2018-09-11, by alfadur
Fix sinegun dealing 1 damage when shooting straight up. Reduces sine gun knockback strength by 1.25%
2018-09-11, by alfadur
Revert sinegun brokenness to previous levels
2018-09-11, by alfadur
Make rendering work
qmlfrontend
2018-09-11, by unc0rr
Allow to change volume during pause
2018-09-11, by Wuzzy
ASA, final: Don't say "missed" or "yes sir" after blowing up barrels
2018-09-11, by Wuzzy
Make sure scripts don't break w/ only 1 clan
2018-09-11, by Wuzzy
Add funny message in stats screen when everyone wins
2018-09-11, by Wuzzy
Only reset CursorMovement to 0 if command "-cur_*" is called with appropriate direction
2018-09-09, by Wuzzy
Fix hog teleporting back and forth when walking on portals on floor. Fixes bug 686
2018-09-05, by Wuzzy
Fix clan ranking counter advancing per-team instaed of per-clan in case of a tie
2018-09-05, by Wuzzy
Don't write TurnTimeLeft deprecation warning if setter function was used
2018-09-04, by Wuzzy
Call EndTurn(true) instead of TurnTimeLeft(0) in flying saucer training
2018-09-04, by Wuzzy
Fix crash when defeating all enemies in ACF8 (HideHog was called too early)
2018-09-04, by Wuzzy
Fix turn reaction not working properly after turn
2018-09-04, by Wuzzy
Say sndNutter on round draw
2018-09-04, by Wuzzy
Remove some bad/inappropriate messages for round draw and crate drop
2018-09-04, by Wuzzy
Fix player rankings getting confused if a clan was revived
2018-09-04, by Wuzzy
Fix player rankings on round draw: Clans that die in the same turn now have the same rank
2018-09-04, by Wuzzy
Rework rankings of losing clans: Rank them in the reverse order they died
2018-09-04, by Wuzzy
Rip out stats code from TurnReaction and put it into new function TurnStats. Fixes buggy stats
2018-09-03, by Wuzzy
Fix stats screwing up in Rope Knock Challenge if you lose
2018-09-03, by Wuzzy
Add missing nil check in AfterAttack (oops!)
2018-09-03, by Wuzzy
Lua: Fix LeftX, RightX, TopY, LAND_WIDTH, LAND_HEIGHT being broken if onVisualGearAdd is set
2018-09-03, by Wuzzy
Remove mail.gna.org mailing list from README.md (gna.org has shutdown for good)
2018-09-03, by Wuzzy
Lua: Rename globals: NoPointX→NO_CURSOR, cMaxTurnTime→MAX_TURN_TIME, cMaxHogHealth→MAX_HOG_HEALTH
2018-09-03, by Wuzzy
Use translation template for speech bubble command
2018-09-03, by Wuzzy
Continental supplies: Fix health not being set immediately if skipping continent selection, provoking random continent
2018-09-03, by Wuzzy
Don't start retreat time if hog has lost control in the meantime
2018-09-03, by Wuzzy
Don't play timer countdown sounds if in ready phase
2018-09-03, by Wuzzy
Call GetGlobals after entering Lua command with /lua
2018-09-03, by Wuzzy
Dangerous Ducklings: Enter retreat mode after kill
2018-09-03, by Wuzzy
Fix buggy behaviour when setting TurnTimeLeft through Retreat
2018-09-03, by Wuzzy
Change chat text color for Lua warnings to yellow
2018-09-02, by Wuzzy
Add deprecation warning for setting TurnTimeLeft/ReadyTimeLeft directly, fix SetTurnTimeLeft/SetReadyTimeLeft not setting vars reliably
2018-09-02, by Wuzzy
Use SetTurnTimeLeft and SetReadyTimeLeft in all scripts
2018-09-02, by Wuzzy
Lua API: Add SetTurnTimeLeft, SetReadyTimeLeft
2018-09-02, by Wuzzy
Highlander: Remove odd infinite girder ammo in crates
2018-09-02, by Wuzzy
Fix damage not being displayed if hog drowns in water with 100% opacity (like in Compost theme)
2018-09-02, by Wuzzy
Fix hog attack code always destroying TargetPoint, even if no attack occurred. Fixes bug 265
2018-09-02, by Wuzzy
Check for victory before stTurnReact. Fixes 382
2018-09-01, by Wuzzy
ASA, desert01: Fix display error when destroying device crate
2018-09-01, by Wuzzy
ASA, desert01: Disable hero control at first battle left from the hole, not right above it
2018-09-01, by Wuzzy
Prevent pause/synchronizing/AFK mode text being rendered at the same time
2018-09-01, by Wuzzy
Add frontend tip introducing /help
2018-09-01, by Wuzzy
Translate "heads" and "tails" of gameServer
2018-09-01, by Wuzzy
Display error when using /maxteams if not room master
2018-09-01, by Wuzzy
Make guest rejection error translatable
2018-08-31, by Wuzzy
Add command help for /save, /delete, /saveroom and /loadroom
2018-08-31, by Wuzzy
Add 2nd optional parameter to HedgewarsScriptLoad. If false, its OK if file does not exist. Also, return true/false on success
2018-08-31, by Wuzzy
Backed out changeset a62408ee8281. Allowing HedgewarsScriptLoad to not stop if script is missing is dumb
2018-08-31, by Wuzzy
Allow script to be missing when calling HedgewarsScriptLoad, return true/false based on success
2018-08-31, by Wuzzy
Don't load locale Lua script if LOCALE == "en"
2018-08-31, by Wuzzy
Add description of hwengine command-line arguments in --help
2018-08-31, by Wuzzy
Critical error if loading a script has failed
2018-08-31, by Wuzzy
Force-disable gfPerHogAmmo and gfSharedAmmo for RW and BRW
2018-08-31, by Wuzzy
BRW: Add utilities and air weapons properly
2018-08-31, by Wuzzy
Fix BRW adding ammoInCrate times ammo on start of turn instead of 1
2018-08-31, by Wuzzy
Fix BRW breaking when weapon scheme assigns 2 bullet for all ammos
2018-08-31, by Wuzzy
BRW now allows weapon scheme customization
2018-08-30, by Wuzzy
Change button image for Tag Team
2018-08-29, by Wuzzy
Add missing server dependencies to Travis metadata
2018-08-29, by Wuzzy
Write down system requirements
2018-08-28, by Wuzzy
Fix typo in gameServer
2018-08-28, by Wuzzy
Space Invasion: Add hilarious loser face to losers
2018-08-28, by Wuzzy
Space Invasion: Continue playing rounds in case the teams are tied at the end
2018-08-28, by Wuzzy
Space Invasion: refactor variables into a large table for everything
2018-08-28, by Wuzzy
Remove frontend code dealing with unused team variables
2018-08-26, by Wuzzy
Replace now-outdated descriptions of amDuck with dummy texts
2018-08-26, by Wuzzy
GameServer: Use consistent formatting of clan chat (compared with engine)
2018-08-26, by Wuzzy
Change empty string check in gameServer
2018-08-26, by Wuzzy
/greeting chat commands now clears greeting if called w/o arguments
2018-08-26, by Wuzzy
Add a couple of more useful server messages
2018-08-26, by Wuzzy
Don't translate greeting message
2018-08-25, by Wuzzy
Don't translate response to /rnd command
2018-08-25, by Wuzzy
Add error message for /callvote map if no maps are available
2018-08-25, by Wuzzy
Hide /watch command if OFFICIAL_SERVER is not set
2018-08-25, by Wuzzy
Properly scale Start button size in pagenetgame just like in pagemultiplayer
2018-08-25, by Wuzzy
Add a few helpful error messages from server when kicking failed
2018-08-25, by Wuzzy
GameServer: Refactor fake nick names into Consts
2018-08-25, by Wuzzy
Fix some formatting problems with /me
2018-08-25, by Wuzzy
Tweak response messages to /super_power and /registered_only
2018-08-25, by Wuzzy
Fix translatability of "unknown command" server message
2018-08-25, by Wuzzy
Make frontend translate server messages properly
2018-08-25, by Wuzzy
Use plain text mode in video description label to avoid HTML trouble
2018-08-25, by Wuzzy
Backed out changeset 076b7d23fab8. Well, the commit in question was needed after all ...
0.9.24
2018-08-22, by Wuzzy
Fix critical failure to cleanup teams list after rejoining game after a force-quit. Fixes bug 597
2018-08-22, by Wuzzy
Backed out changeset 6c0cf6b9eff8. Scripters should be prepared for nil and pretending the gear exists would cause more pain
0.9.24
2018-08-22, by Wuzzy
Clean up more visual gears stuff in scripts
2018-08-21, by Wuzzy
Clean up legacy visual gear stuff in ClimbHome, fix star despawn, make stars non-critical
2018-08-21, by Wuzzy
Remove calls to GetVisualGearValues where it's not needed
2018-08-21, by Wuzzy
Animate: Remove follow arg from AnimVisualGear
2018-08-21, by Wuzzy
use 0s instead of nils to try to protect script assumptions
0.9.24
2018-08-21, by nemo
only-stats should never create visual gears. and lua should never rely on visual gears being created. critical is just to help ensure ones important to gameplay don't get lost in fast-forward
0.9.24
2018-08-21, by nemo
Remove unused shockwave code in Space Invasion
2018-08-21, by Wuzzy
Make decorational visual gears in Space Invasion non-critical
2018-08-21, by Wuzzy
Update German translation
2018-08-21, by Wuzzy
Update locale files
2018-08-21, by Wuzzy
Merge unC0Rr's checker update
2018-08-21, by Wuzzy
Add a few translator comments for frontend strings
2018-08-21, by Wuzzy
Consistently rename "team chat" to "clan chat" (except chat command)
2018-08-21, by Wuzzy
Make engine chat syntax translatable
2018-08-21, by Wuzzy
Fix some string/translation inconsistencies in strings related to leaving
2018-08-21, by Wuzzy
- Add checker dependencies to hedgewars-server.cabal
2018-08-20, by unc0rr
and melon for Mutant
2018-08-19, by nemo
stray line
2018-08-17, by nemo
more wrapping
2018-08-17, by nemo
basic AI bazooka wrapping.
2018-08-17, by nemo
Return https
2018-08-16, by alfadur
Rust 2018 conversion
2018-08-16, by alfadur
Move common sprite tint values into Utils Lua library
2018-08-14, by Wuzzy
Use new script variable cMaxTurnTime in scripts for consistency
2018-08-14, by Wuzzy
Prevent wrapping of turn time when using extra time
2018-08-14, by Wuzzy
Update list of supported GameFlags in HedgeEditor
2018-08-14, by Wuzzy
HedgeEditor should be fairly stable by now
2018-08-14, by Wuzzy
Fix repeating sun in Hoggywood theme
2018-08-14, by Wuzzy
Close hwengine properly when you got kicked by room host
2018-08-13, by Wuzzy
Improve “Connection refused” error message
2018-08-13, by Wuzzy
Tweak some connection failure messages
2018-08-13, by Wuzzy
Don't make pseudo player names like [server] clickable in chat
2018-08-12, by Wuzzy
Fix duplicate/confusing wave messages in ASA fruit01
2018-08-11, by Wuzzy
Oops, add forgotten begin/end in uTeams
2018-08-11, by Wuzzy
Merge nemo's TODO fix
2018-08-11, by Wuzzy
More straightforward TotalRoundsPre counting if there's only 1 clan
2018-08-11, by Wuzzy
Add separate TotalRounds var for Lua to count the *actual* number of rounds that have been played
2018-08-11, by Wuzzy
Fix TotalRounds advancing incorrectly with gfRandomOrder off and/or gfTagTeam on
2018-08-11, by Wuzzy
Fix TotalRounds increasing incorrectly if gfRandomOrder is off
2018-08-09, by Wuzzy
Backed out changeset c265a3e6f6da to revert to 0.9.23 TotalRounds behaviour
2018-08-09, by Wuzzy
Backed out changeset 2d787d122083 to revert TotalRounds to 0.9.23 behaviour
2018-08-09, by Wuzzy
Backout 0f02dd1ff4c9. This is not how TotalRounds should work
2018-08-09, by Wuzzy
remove todo
2018-08-10, by nemo
Fix frontend crash when rapidly aborting many active video encodings. Fixes bug 595
2018-08-08, by Wuzzy
Use capcolDefault in Lua scripts
2018-08-08, by Wuzzy
Refactor text color variable names, export 2 color values to Lua
2018-08-08, by Wuzzy
Use light gray color for volume change, just like for the auto camera msgs
2018-08-08, by Wuzzy
Use full string for sidFuel and avoid string concatenation
2018-08-08, by Wuzzy
Make ammo count in ammo menu translatable, and replace “x” with “×”
2018-08-08, by Wuzzy
Fix slightly misplaced ammo count in ammo menu if count > 9
2018-08-08, by Wuzzy
Fix attack bar render bugs: Invisible beyond world edge; rendered over GUI (e.g. mission panel)
2018-08-08, by Wuzzy
Replicate target sprite properly in world wrap
2018-08-08, by Wuzzy
Replicate gear GUI overlays in world wrap
2018-08-08, by Wuzzy
Make sure gear fuel and alt weapon overlays are always drawn on top
2018-08-08, by Wuzzy
Fix foreground flakes (layer 2+6) disappearing when moving camera in world wrap world
2018-08-07, by Wuzzy
Fix hard-to-read text on campaign and training page in frontend at October 31
2018-08-07, by Wuzzy
Update outdated and broken holiday stylesheets
2018-08-07, by Wuzzy
Fix resurrection animation appearing at wrong position for some missions and styles
2018-08-07, by Wuzzy
Report spawning visual gear in onGearResurrect
2018-08-07, by Wuzzy
Add setting to disable audio dampening if losing window focus
2018-08-07, by Wuzzy
Move max. number of crate spawns into variable
2018-08-07, by Wuzzy
Fix visible seam between Sky.png and SkyL.png of Olympics theme
2018-08-07, by Wuzzy
Lobby/room: Prevent opening context menu if no player selected (fixes bug 661)
2018-08-07, by Wuzzy
Fix drill rocket exploding when digging at bounce/wrap world edge
2018-08-07, by Wuzzy
Fix bee target practice removing target selection after first shot
2018-08-07, by Wuzzy
Backed out changeset 0c797469d16d
2018-08-07, by Wuzzy
Update target cursor after shooting targetable ammo with gfMultiWeapon
2018-08-07, by Wuzzy
Use gfMultiWeapon in target practice missions
2018-08-07, by Wuzzy
Suppress "X remaining" caption in multishoot with gfMultiWeapon
2018-08-07, by Wuzzy
Add comments for most hwengine constants
2018-08-07, by Wuzzy
Show correct health increase when hog health cap is reached
2018-08-06, by Wuzzy
Remove fake magic number in MIME info metadata file
2018-08-06, by Wuzzy
Remove fake magic number in MIME info metadata file
0.9.24
2018-08-06, by Wuzzy
Fix cake walking through land when reaching wrap world edge
2018-08-06, by Wuzzy
Remove unused variables of creeper handler
2018-08-06, by Wuzzy
Fix description of gfSolidLand in scheme editor
2018-08-06, by Wuzzy
Fix hog turning around when blowtorching through wrap world edge
2018-08-06, by Wuzzy
Fix projectiles reacing incorrectly with land just behind the wrap world edge
2018-08-06, by Wuzzy
Add bounce effect to cake when it touches bounce edge
2018-08-06, by Wuzzy
Fix cake rotation angle after bounce from bounce edge
2018-08-06, by Wuzzy
Make cake bounce off bounce edge, stop cake at wrap edge to prevent other bug
2018-08-03, by Wuzzy
fix path
2018-08-03, by nemo
hijack the duck for an attempted resurrection of the creeper. initial pass.
2018-08-02, by nemo
Fix hammer/pickhammer not digging land with gfSolidLand on
2018-08-02, by Wuzzy
Backed out changeset 0d920e370a78
2018-08-02, by Wuzzy
Fix hammer shoving gears into indestructible land
2018-08-02, by Wuzzy
Include HWP of Big Armory in CMakeLists
2018-08-02, by Wuzzy
Fix broken Big Armory mission map
2018-08-02, by Wuzzy
Whoops. Fix NoPointX typo in HedgeEditor
2018-08-02, by Wuzzy
Remove bad king death message
2018-08-02, by Wuzzy
Cap hedgehog health to prevent overflow bugs
2018-08-02, by Wuzzy
Use the new NoPointX global in HedgeEditor
2018-08-02, by Wuzzy
Add Lua globals: AMMO_INFINITE and NoPointX
2018-08-02, by Wuzzy
Use proper infinite fuel feature in flying saucer training
2018-08-02, by Wuzzy
Add support for infinite fly time of jetpack and Birdy
2018-08-02, by Wuzzy
Add variable to make state of sound system clear
0.9.24
2018-07-16, by Wuzzy
Fix cursor teleporting to center after leaving game with video recording
0.9.24
2018-07-17, by Wuzzy
Whoops. Syntax error in uVideoRec
0.9.24
2018-07-17, by Wuzzy
Fix video recorder not working if sound disabled (fixes bug 200)
0.9.24
2018-07-17, by Wuzzy
Fix SimpleMission failure to init GameFlags correctly
0.9.24
2018-08-01, by Wuzzy
Fix SimpleMission failure to init GameFlags correctly
2018-08-01, by Wuzzy
Load default clan colors from settings file
2018-08-01, by Wuzzy
HedgeEditor: Use default clan color in AddTeam in mission export
2018-08-01, by Wuzzy
Make ASA fruit02 use of default clan colors
2018-08-01, by Wuzzy
Switch almost all Lua calls of AddTeam to using default clan colors instead of hardcoded color
2018-08-01, by Wuzzy
Lua: Allow to use negative value for AddTeam to select a default clan color
2018-08-01, by Wuzzy
Clean up Tumbler captions a bit
2018-07-31, by Wuzzy
Refactor colors and caption type in Space Invasion
2018-07-31, by Wuzzy
Space Invasion: Delete dead code and ancient outdated comments
2018-07-31, by Wuzzy
Change default clan color for brown for improved contrast
2018-07-31, by Wuzzy
Lua API: Add IsHogHidden
2018-07-31, by Wuzzy
Lua: Add GetVampiric, GetLaserSight
2018-07-31, by Wuzzy
Update Polish translation
2018-07-30, by KoBeWi
ASA, final mission: Redraw map and mask to make borders more distingushable
2018-07-30, by Wuzzy
Make laser sight work properly through wrap world edge
2018-07-30, by Wuzzy
Fix freeze ray not working through wrap world edge; add DrawLineWrapped
2018-07-30, by Wuzzy
and fix index
2018-07-29, by nemo
oh. and indent that loop
2018-07-29, by nemo
add wrap check
2018-07-29, by nemo
merge of 0.9.24 - hopefully correctly this time
2018-07-28, by nemo
Fix DrawHLinesExplosions setting invalid map pixels if called at wrap world edge
2018-07-28, by Wuzzy
Use wrap-aware doMakeExplosion instead of DrawExplosion in uHandlersMess
2018-07-27, by Wuzzy
sdlkeys is in source not binary, no .in folder. Locutus brought to our attention.
0.9.24
2018-07-27, by nemo
Fix /hta, /hsa and /hya commands not writing message in chat
2018-07-27, by Wuzzy
Fix /hta, /hsa and /hya commands not writing message in chat
0.9.24
2018-07-27, by Wuzzy
TechRacer: Print selected map in debug output
2018-07-26, by Wuzzy
TechRacer: Make most variables local
2018-07-26, by Wuzzy
Clean up messy indentations in TechRacer script
2018-07-26, by Wuzzy
TechRacer: Delete dead code
2018-07-26, by Wuzzy
TechRacer: Fix gears not spawning on turn start when player pressed control right at start
2018-07-26, by Wuzzy
Prevent saving weapon scheme if name was already taken
0.9.24
2018-07-26, by Wuzzy
Prevent saving game schemes if name was already been taken
0.9.24
2018-07-26, by Wuzzy
Prevent saving weapon scheme if name was already taken
2018-07-26, by Wuzzy
Prevent saving game schemes if name was already been taken
2018-07-26, by Wuzzy
Fix a couple of PNG images with known invalid color profiles
2018-07-24, by Wuzzy
Fix a couple of PNG images with known invalid color profiles
0.9.24
2018-07-24, by Wuzzy
Fix teleport tooltip claiming it doesn't end turn in hog placing phase with inf. attack
0.9.24
2018-07-24, by Wuzzy
Limit max droplet count to 50 (fix for 0.9.24 branch only)
0.9.24
2018-07-24, by Wuzzy
Update frontend translation files
0.9.24
2018-07-24, by Wuzzy
Fix changelog typos
0.9.24
2018-07-24, by Wuzzy
Fix hwengine crash when using >1 controllers
0.9.24
2018-07-16, by Wuzzy
Add more sane default controls for controller
0.9.24
2018-07-24, by Wuzzy
Fix broken controller/joystick button and axis events
0.9.24
2018-07-24, by Wuzzy
Detect Qt style after parameter parsing
0.9.24
2018-07-24, by Wuzzy
Fix SDLInteraction strings not being translated
0.9.24
2018-07-24, by Wuzzy
Refactor storage of joystick SDL key names
0.9.24
2018-07-24, by Wuzzy
Make frontend detect controllers again
0.9.24
2018-07-24, by Wuzzy
Update and change license information of Droplet sounds, now it's CC BY 3.0
0.9.24
2018-07-24, by Wuzzy
Update and change license information of Droplet sounds, now it's CC BY 3.0
2018-07-24, by Wuzzy
Fix deprecation warnings in libphyslayer
2018-07-22, by Wuzzy
Fix warnings about unused params in C code
2018-07-22, by Wuzzy
Update German translation
2018-07-21, by Wuzzy
Update Lua/frontend locale files
2018-07-21, by Wuzzy
Merge alfadur's server commits with timer cycle key commits
2018-07-21, by Wuzzy
Add control to cycle through timer/bounciness values
2018-07-21, by Wuzzy
Move hardcoded bounciness values to uConsts
2018-07-20, by Wuzzy
catchup merge on all of alfadur's cool server changes
2018-07-20, by nemo
Fix map voting verification
2018-07-21, by alfadur
Implement room config export
2018-07-21, by alfadur
Implement save/delete commands
2018-07-20, by alfadur
Implement map voting
2018-07-20, by alfadur
clean up room lookups
2018-07-19, by alfadur
Keep hedgehog limit in sync
2018-07-18, by alfadur
indulge clippy
2018-07-17, by alfadur
Add room flags
2018-07-17, by alfadur
Something down in the food chain already uses bitflags, so might as well switch to them
2018-07-16, by alfadur
Assorted chat fixes
2018-07-16, by alfadur
Better packing for clients
2018-07-13, by alfadur
Add more sane default controls for controller
2018-07-20, by Wuzzy
Fix broken controller/joystick button and axis events
2018-07-20, by Wuzzy
Detect Qt style after parameter parsing
2018-07-20, by Wuzzy
Fix SDLInteraction strings not being translated
2018-07-20, by Wuzzy
Refactor storage of joystick SDL key names
2018-07-20, by Wuzzy
Make frontend detect controllers again
2018-07-19, by Wuzzy
Fix engine crash when trying to delete cameraFile but it doesn't exist
2018-07-19, by Wuzzy
Fix crash when aborting encoding phase of video recording in videos page if >1 video is being encoded
2018-07-19, by Wuzzy
Document and clean up tools directory a bit
2018-07-19, by Wuzzy
Improve some replies for chat commands on server
2018-07-18, by Wuzzy
Refactor server chat command help, also add admin commands to help
2018-07-18, by Wuzzy
Add /help command for lobby and rooms too
2018-07-18, by Wuzzy
Remove and replace old googlecode references
2018-07-18, by Wuzzy
Switch from http:// to https:// URLs where possible
2018-07-18, by Wuzzy
Increase hedgehog limit to 64
2018-07-18, by Wuzzy
Server: Replace hardcoded hog-related numbers with consts
2018-07-17, by Wuzzy
Bazooka/Grende training: Hide mission panel on pressing attack key
2018-07-17, by Wuzzy
Update server dependencies in INSTALL.md
2018-07-17, by Wuzzy
Clarify/rewrite a few OutError messages
2018-07-17, by Wuzzy
Fix frontend showing 2 errors on engine fatal error (exit code 52)
2018-07-17, by Wuzzy
Clarify the wording of a few checkFails messages
2018-07-17, by Wuzzy
Propagate fatal errors to OutError if checkFails called
2018-07-17, by Wuzzy
Add hidden bazooka training achievement for 100% accuracy
2018-07-17, by Wuzzy
Standardize hidden mission achievement in new Lua library "Achievements"
2018-07-17, by Wuzzy
Add proper exit codes when halt-ing hwengine due to error
2018-07-17, by Wuzzy
Fix cursor teleporting to center after leaving game with video recording
2018-07-17, by Wuzzy
Whoops. Syntax error in uVideoRec
2018-07-17, by Wuzzy
Fix video recorder not working if sound disabled (fixes bug 200)
2018-07-17, by Wuzzy
Add variable to make state of sound system clear
2018-07-16, by Wuzzy
Fix hwengine crash when using >1 controllers
2018-07-16, by Wuzzy
Always use SDL_Map(A)RGB in SDL_FillRect for color
2018-07-16, by Wuzzy
When hwengine crashes w/ error 217, write backtrace in log, too
2018-07-16, by Wuzzy
Fix hwengine --help returning with exit code 51
2018-07-15, by Wuzzy
Clean up cMaxHHs and cMaxTeams a bit, get rid of hardcoded numbers
2018-07-15, by Wuzzy
Merge gameServer2 changes
2018-07-12, by Wuzzy
Send proper failure error message when image loading has failed
2018-07-12, by Wuzzy
merge
2018-07-11, by nemo
Optimize test string generation
2018-07-09, by alfadur
fix tests
2018-07-09, by alfadur
complete newseed voting
2018-07-09, by alfadur
merge
2018-07-09, by alfadur
Mostly implement voting
2018-07-07, by alfadur
Implement greetings & fixed rooms
2018-07-06, by alfadur
Make sure TotalRounds increases to 0 on first real turn
2018-07-11, by Wuzzy
ACF5: Fix Tribe not being in same clan as Natives
2018-07-11, by Wuzzy
Simplify turn handling in ASA death01
2018-07-11, by Wuzzy
ACF7: Fix princess being in wrong clan
2018-07-11, by Wuzzy
Fix aihDoesntMatter still being attacked with air attack
2018-07-11, by Wuzzy
ASA death01: Put PAotH into correct clan
2018-07-11, by Wuzzy
Fix aihDoesntMatter not applying to hammer and shover
2018-07-11, by Wuzzy
ACF3: Fix initial ammo being locked
2018-07-11, by Wuzzy
ACF3: Tweak princess spawn position
2018-07-11, by Wuzzy
ACF3: Move princess to her own team, fix clan color
2018-07-11, by Wuzzy
Add subtle dust flakes for Cheese and CrazyMission themes
2018-07-10, by Wuzzy
New SD water texture for CrazyMission theme
2018-07-10, by Wuzzy
Refactor collision mask checks, remove hardcoded numbers
2018-07-10, by Wuzzy
Refactor: lfCurrentHog→lfCurHogCrate, lfNotCurrentMask→lfNotCurHogCrate
2018-07-10, by Wuzzy
Prevent manual hiding of some special mission panels
2018-07-10, by Wuzzy
Lua API: Add parameter forceDisplay to ShowMission to prevent manual hiding
2018-07-10, by Wuzzy
Update mission texts with regards to mission panel key
2018-07-10, by Wuzzy
Add dedicated key to display mission panel: M
2018-07-10, by Wuzzy
Tweak chat command replies for /lua command
2018-07-10, by Wuzzy
Add /help chat command for engine
2018-07-10, by Wuzzy
Highlander: Fix all hogs getting teleport after hog placement phase
2018-07-08, by Wuzzy
Fix GetAmmo getting wrong ammo count
2018-07-08, by Wuzzy
New Lua API function: GetAmmo, to get ammo config
2018-07-08, by Wuzzy
Fix teleport tooltip claiming it doesn't end turn, while in in hog placing phase with inf. attack
2018-07-08, by Wuzzy
Fix TotalRounds still being -1 in first real turn after hog placement phase
2018-07-07, by Wuzzy
Highlander: Localize global variable
2018-07-07, by Wuzzy
Highlander: Clean up code style, indents and delete useless old comments
2018-07-07, by Wuzzy
Space Invasion: Improve how round score is displayed
2018-07-07, by Wuzzy
Space Invasion: Localize most global variables
2018-07-07, by Wuzzy
Fix rare Lua error message spam in Space Invasion
2018-07-07, by Wuzzy
Add an extra test for Rnd's distribution
2018-07-06, by Marcin Mielniczuk
Send the rnd reply to the room only.
2018-07-06, by Marcin Mielniczuk
Implement server-side logic for Rnd
2018-07-06, by Marcin Mielniczuk
Fix team remove synchronization
2018-07-04, by alfadur
Check for client's existence before handling messages
2018-07-04, by alfadur
Fix scheme config parsing
2018-07-04, by alfadur
Fix AddTeam message serialization
2018-07-04, by alfadur
add missing message tests
2018-07-04, by alfadur
update nom
2018-07-04, by alfadur
update proptest
2018-07-03, by alfadur
merge
2018-07-03, by alfadur
Update rand and log to the latest versions
2018-07-03, by Marcin Mielniczuk
somehow scale was omitted from this catch-all VG init. late addition to the struct perhaps.
2018-07-02, by nemo
Implement to_raw_protocol for Rnd and enable tests. Add cargo/rls build artifacts to .gitignore
2018-07-02, by Marcin Mielniczuk
Fix cmd parsing & update tests
2018-07-02, by alfadur
Implement parsing for rnd and add a little documentation
2018-06-29, by Marcin Mielniczuk
Undo enabling the `unreachable-pub` lint.
2018-06-28, by Marcin Mielniczuk
stabilization
2018-06-28, by alfadur
Fix spectators joining midgame
2018-06-27, by alfadur
Send more data on room joining
2018-06-27, by alfadur
Additional round cleanup
2018-06-27, by alfadur
neglected dep update from r87a6cad20c90:
2018-06-26, by nemo
Send teams&flags on entering a room
2018-06-27, by alfadur
Implement game start & engine messages
2018-06-27, by alfadur
Implement game config messages
2018-06-26, by alfadur
Enable all lints from the rust-2018-idioms suite.
2018-06-24, by marmistrz
Just to be kind to vim which is failing at sniffing
2018-06-21, by nemo
implementation of team related messages
2018-06-21, by alfadur
Store saved room in yaml
2018-06-21, by unc0rr
let's keep track of the racer room config
2018-06-19, by nemo
partial room implementation
2018-06-18, by alfadur
rework of prior
2018-06-14, by alfadur
handle edge polling properly
2018-06-14, by alfadur
Merge default to ios-develop
ios-develop
2018-06-10, by antonc27
Merge ios-develop into default
2018-06-10, by antonc27
Added tag Hedgewars-iOS-2.1 for changeset 195208deff1d
ios-develop
2018-06-10, by antonc27
More fallback styling for hat preview webpage
2018-05-31, by Wuzzy
Add <noscript> fallback for hats preview webpage
2018-05-31, by Wuzzy
bullet bubbles
2018-05-29, by alfadur
ensure shotgun works with portals and make it hit airmines
2018-05-28, by alfadur
allow freezing airmines outside the Land area too. Make the top of frozen mine a little flatter
2018-05-27, by nemo
make the mine slippery too since it has the ice finish - add a gmDelete to the gear if you want it to *not* explode when hit ☺
2018-05-27, by nemo
Make mine active/hunting glow a bit more obvious. Add frozen sprite, increase ice beam mine "hit" radius a bit
2018-05-26, by nemo
make all bullets function similar to machinegun bullets (can hit/shove objects without checkin)
2018-05-24, by nemo
zero damage on air mine too
2018-05-24, by nemo
Remove unused variable in uLandObjects
2018-05-24, by Wuzzy
Feedback dialog: Disable "send system information" checkbox by default
2018-05-24, by Wuzzy
Allow freezing airmines because whyyy not
2018-05-23, by nemo
theme object tweak
2018-05-22, by alfadur
Checksum girders and masks too
2018-05-22, by alfadur
merge this in too
2018-05-18, by nemo
IFDEF for Phys 2.0 which has no mountHandle - result will just be no hwp in hwp on those systems, which would be rarely used and DLC only.
0.9.24
2018-05-18, by nemo
0.9.24 merge of physfs tweak
2018-05-17, by nemo
Make wrapping a lua and its sidecar actually work.
0.9.24
2018-05-17, by nemo
example theme objects for the new theming features
2018-05-16, by alfadur
new theme object features
2018-05-16, by alfadur
adjust label, update ChangeLog
ui-scaling
2018-05-16, by sheepluva
add chat size to misc settings. persist in settings.ini
ui-scaling
2018-05-16, by sheepluva
WIP: make chat resizing faster
ui-scaling
2018-05-16, by sheepluva
whoops, I initialized my new var incorrectly
ui-scaling
2018-05-15, by sheepluva
fix some accidental code corruption caused by my last commit
ui-scaling
2018-05-15, by sheepluva
WIP: allow changing chat size
ui-scaling
2018-05-15, by sheepluva
Fix win32 package creation
2018-05-07, by unC0Rr
Merge default
2018-05-06, by Wuzzy
Update frontend translation: Japanese
2018-05-06, by alfadur
fix trace when bullets skip on water
2018-05-03, by alfadur
Make EnableSwitchHog() more robust against failure, return gear UID
2018-05-04, by Wuzzy
Continental supplies: No more hacky switch hog for North America
2018-05-04, by Wuzzy
Lua API: Add EnableSwitchHog to manually enable hog switching
2018-05-04, by Wuzzy
Continental supplies: Upside-Down World special now works in cave maps as well
2018-05-04, by Wuzzy
Update German Lua translation
2018-05-04, by Wuzzy
Fix changelog mistake
2018-05-03, by Wuzzy
CS: Fix display of ammo caption for weapon specials
2018-05-03, by Wuzzy
Fix GetAmmoTimer implementation, swap arguments
2018-05-03, by Wuzzy
Continental supplies: Fix continent ammo tooltip containing annoying "use of this weapon does not end turn"
2018-05-03, by Wuzzy
Lua API: GetAmmoTimer, to get the player-set timer for an ammo
2018-05-03, by Wuzzy
Lua API: Add 5th parameter showExtra to SetAmmoTexts to hide extra text
2018-05-03, by Wuzzy
Rename SVG hats to be consistent with PNG versions
2018-05-03, by Wuzzy
Simplify and shrink 5 SVG hats
2018-05-03, by Wuzzy
Update copyright years
2018-05-03, by Wuzzy
Update Taiwanese translation
2018-05-03, by kompowiec
Update ChangeLog for Continental supplies
2018-05-03, by Wuzzy
Continental supplies: Bouncy boomerang does not spawn crate when drowning
2018-05-03, by Wuzzy
Continental supplies: Mention that vamp increases Medicine effectiveness
2018-05-03, by Wuzzy
Continental supplies: Fix “Boring” sound being played after continent select
2018-05-03, by Wuzzy
Continental supplies: Update pickhammer icon
2018-05-03, by Wuzzy
Massive Continental supplies update
2018-05-03, by Wuzzy
Updated Continental supplies
2018-05-03, by Vatten
Call GetNext twice as many times to distribute seed across the whole buffer even for single byte seeds
2018-05-02, by unc0rr
real droplet fix - default density is fine - also add back in the underwater bullet trails
2018-05-02, by nemo
Minor improvements in tutorial mission texts to make stuff clearer
2018-05-02, by Wuzzy
Update German translation for previous English typo fixes
2018-05-02, by Wuzzy
Fix a couple of English typos
2018-05-02, by Wuzzy
Fix more German typos in Hedgewars files
2018-05-02, by Wuzzy
Fix a couple of German typos in de.lua
2018-05-02, by Wuzzy
reduce minigun splash droplets a little
2018-05-01, by nemo
Update of french frontend localisation
2018-05-01, by Case_Of
Seed reset seems fine when moved out of the loader. Also bump protocol
2018-04-29, by nemo
Back out 12847:1aba77b2e4ac This both does NOT fix the seed mismatch with shoppa map preview *AND* breaks otherwise identical scripts with different file encodings due to multiple lua calls.
2018-04-29, by nemo
Airmines should have been set for 45° bounce - the only reason they weren't I guess is they were a clone of some mine values - and mines use traditional behaviour.
2018-04-29, by nemo
mark this revision as 0.9.24 branching point - next commit requires a protocol bump
0.9.24
2018-04-27, by nemo
Fix hog being unable to walk after using sniper rifle without firing both shots
2018-04-26, by Wuzzy
Pas2C: Add support for char + ansistring (for real this time)
2018-04-24, by Wuzzy
Change KeyBindToName to shortstring
2018-04-24, by Wuzzy
Pas2C: Add support for char + ansistring
2018-04-24, by Wuzzy
Partial fix of Pas2C parsing problems (part 1: uGearsHandlersMess)
2018-04-24, by Wuzzy
New Lua call: Retreat, to force turn into Retreat time
2018-04-21, by Wuzzy
Fix incorrect check for iPhone macro in hwconsts.h
2018-04-19, by Wuzzy
Fix outdated Qt CMake dependency for OS X
2018-04-19, by Wuzzy
Added tag 0.9.24.1-release for changeset afc089c39556
2018-04-18, by Wuzzy
Removed tag 0.9.24.1-release
0.9.24.1-release
2018-04-18, by Wuzzy
Update changelog
2018-04-18, by Wuzzy
Added tag 0.9.24.1-release for changeset ea98a45452e5
2018-04-18, by nemo
Removed tag 0.9.24.1-release
2018-04-18, by nemo
bump cpack .24 to .24.1, make the moc filter broader
2018-04-18, by nemo
Added tag 0.9.24.1-release for changeset 3f2ee2f9b51d
2018-04-18, by nemo
fix/workaround for fullscreen crash in 0.9.24
2018-04-17, by alfadur
minor simplification of conditions for not spawning a visual gear - also allows lua to spawn clouds critically or non-critically. We probably shouldn't even exempt clouds from this, and just spawn them once synced, but, eh, probably isn't a significant hit since sheepluva made the motion more efficient.
2018-04-17, by nemo
Fix crash when firing portal gun at low quality graphics
2018-04-17, by Wuzzy
Added tag 0.9.24-release for changeset a4e7e62f2c0d
2018-04-17, by Wuzzy
Install platforms dir too
0.9.24-release
2018-04-15, by unc0rr
enable stretchLastSection
2018-04-13, by nemo
wuzzy is a spoilsport
2018-04-13, by nemo
Stop minigun sound when gtMinigun is destroyed
2018-04-13, by alfadur
QT for some reason messes with XCompose causing broken input (Qt 5 only - Qt 4 did not break anything). In Qt 5.2 and 5.3 this was causing an invalid conversion in chat messages containing these resulting in the bad bytes being stripped. In Qt 5.9 it is still broken, but you at least get a string with something in it. This checks for non-zero converted strings for room creation and chat lines.
2018-04-13, by nemo
Fix bullet trails overlapping when the pass through wrap or bounce world edge
2018-04-13, by alfadur
Use QDir::Files to read ammo schemes
2018-04-12, by Wuzzy
Don't let hedgehogs moan if they take 0 Sudden Death damage
2018-04-12, by Wuzzy
Fix minigun bullets hitting shooter when it hits hog on other side of world wrap
2018-04-12, by alfadur
Update changelog
2018-04-12, by Wuzzy
merge with 0.9.23, pulling in unc0rr's desync fix
2018-04-11, by nemo
cleanup whitespaces, add braces to for loops
2018-04-08, by sheepluva
I guess "Fix weapon scheme lookup being unnecesarily persisted"?.. or something
2018-04-08, by alfadur
Quick Game: ignore hidden themes
2018-04-07, by sheepluva
Fix segfault on game halt (if no logfile)
2018-04-07, by sheepluva
quick game wasn't checking for hidden themes. It should, but this will at least make them not-crash. The results are kind of amusing.
2018-04-06, by nemo
Remove “mission accomplished” victory message, might be confusing
2018-04-04, by Wuzzy
Show simple drop-down icon next to key binder widget
2018-04-04, by Wuzzy
Update changelog
2018-04-04, by Wuzzy
Update locale files
2018-04-04, by Wuzzy
Improve error message a bit
2018-03-30, by unc0rr
oups
2018-03-30, by nemo
add title manipulation
2018-03-30, by nemo
Bump protocol version, update sources in preparation for .24 release
2018-03-30, by unc0rr
simple optimised svg of the low detail hedgehog for use in .desktop files and such
2018-03-30, by nemo
Travis: Drop zoogie PPA, drop ImageMagick from apt-get line
2018-03-30, by Wuzzy
Travis: Upgrade to Ubuntu xenial, drop libghc-parsec3-dev
2018-03-30, by Wuzzy
CMake: Make sure Qt5 is also found on OS X after installing it via Homebrew
2018-03-30, by Wuzzy
Fix Qt5 in .travis.yml for Ubuntu (hopefully)
2018-03-30, by Wuzzy
Backed out changeset e9caada3aac1 - < LocutusOfBorg> dpkg-shlibdeps: error: no dependency information < LocutusOfBorg> Hint: check if the library actually comes from a package.
2018-03-30, by nemo
Update .travis.yml to include Qt5 stuff
2018-03-28, by Wuzzy
Add greno4ka to credits for Russian translation contribution
2018-03-28, by Wuzzy
Slightly update russian localization
2018-03-28, by greno4ka
Remove useless libghc-stm-dev from build
2018-03-28, by LocutusOfBorg
CMake for server: Pass -dynamic flag to ghc
2018-03-28, by Wuzzy
CMake: Rework Haskell package detection, use ghc-pkg to detect packages
2018-03-28, by Wuzzy
Grenade Training: Add warm-up sequence, introduce timer in separate mission panel
2018-03-28, by Wuzzy
Fix compile fail due to dependency in Qt 5.10 in pagevideos.cpp
2018-03-28, by Wuzzy
Add voice pack sound fallbacks also for sndOoff{2,3} and sndOw{2,4}
2018-03-27, by Wuzzy
Fix broken fallback to sndFirePunch1 if sndFirePunch{2,6} is missing
2018-03-27, by Wuzzy
Videos frontend page: Locale-aware text formatting
2018-03-27, by Wuzzy
might as well put this after the last mining
2018-03-27, by nemo
Fix team files and settings not saving properly, and remove FileEngine stuff from DLC
2018-03-27, by Wuzzy
ThemeFilterProxyModel: Fix filter function containing a path with no return value
2018-03-27, by Wuzzy
Flying portal balls now spawn a few spark effects
2018-03-26, by Wuzzy
oops
2018-03-24, by nemo
Update German Lua translation
2018-03-24, by Wuzzy
ShoppaMap: Can change map complexity with slider, remove script param “pad”
2018-03-24, by Wuzzy
ShoppaMap: Delete unused/dead code
2018-03-24, by Wuzzy
TechRacer: Remove script parameter “helpDisabled”
2018-03-24, by Wuzzy
bug #598 - this was kinda entertaining but is, yeah, a bit too weird
2018-03-24, by nemo
Highlander: Rename “mode=orig” to “multiuse=true” and explain the meaning of this scriptparam in mision panel
2018-03-24, by Wuzzy
Change how locale is loaded in frontend, and fix some bugs
2018-03-24, by Wuzzy
The Specialits: Use gfSwitchHog for hog switching and delete the terrible Lua hacks
2018-03-23, by Wuzzy
Add new game flag gfSwitchHog, enable hog switching at turn start
2018-03-23, by Wuzzy
Change appearance of Art theme in Sudden Death
2018-03-22, by Wuzzy
Lua API: Add Explode function
2018-03-22, by Wuzzy
Improve Sudden Death theming of Eyes and Deepspace
2018-03-22, by Wuzzy
Fix some artifacts in contour of horizont.png of Planes theme
2018-03-22, by Wuzzy
Add icons to background themes; allow to hide themes explicitly by adding “hidden” key to theme.cfg
2018-03-22, by Wuzzy
If delegating room control, reset map of new master, if map is missing
2018-03-22, by Wuzzy
QTfrontent: Print map and style name in red, if missing. And update map label after delegation
2018-03-22, by Wuzzy
Set plain text mode for gamecfg labels (scheme, style)
2018-03-22, by Wuzzy
Display style name correctly if host selects a style you don't have
2018-03-22, by Wuzzy
Change CrazyMission preview, change portal map theme to Hell
2018-03-22, by Wuzzy
Fix initial map preview being broken when joining room, part 2
2018-03-21, by Wuzzy
Partially fix wrong preview when joining host room with missing map
2018-03-21, by Wuzzy
Add some isNull checks for some strings in mapContainer
2018-03-21, by Wuzzy
Fix incorrect preview when selecting image map the first time in session
2018-03-20, by Wuzzy
Fix theme chooser failing to filter themes by name
2018-03-19, by Wuzzy
Force proper map and theme reset when host delegates to you if you don't have the map or theme
2018-03-19, by Wuzzy
Map container: Add question mark in front of missing theme name
2018-03-19, by Wuzzy
Tweak map preview background colors
2018-03-19, by Wuzzy
Fix map type combo box being disabled for good when you select image or mission map
2018-03-19, by Wuzzy
Check existance of theme icon before loading it
2018-03-19, by Wuzzy
Shorten and wrap map name properly when viewing room as non-master
2018-03-19, by Wuzzy
Fix some map preview properly problems when host switches to image map mode w/ you missing the map
2018-03-18, by Wuzzy
Show error icon when selected theme is missing
2018-03-18, by Wuzzy
Add IsHiddenRole to ThemeModel for hidden themes
2018-03-18, by Wuzzy
ThemeModel: Filter themes based on IsDlcRole rather than string-based
2018-03-18, by Wuzzy
Online room: Display error image in preview when host selects a map you don't have
2018-03-18, by Wuzzy
- Correct initialisation of TeamsGameOver (on mobile it doesn't get reset between plays, so ones set to true, prevents game to be finished next time)
ios-develop
Hedgewars-iOS-2.1
2018-03-18, by antonc27
Multiplayer page: Properly disable scheme/style/weapons widgets when changing style or mission map
2018-03-18, by Wuzzy
Don't gray out images of disabled ToggleButtons as its a little too hard on the eyes
2018-03-17, by Wuzzy
- New AppIcon (no more black background!)
ios-develop
2018-03-17, by antonc27
- Migrate AppIcons to xcassets
ios-develop
2018-03-17, by antonc27
Fix crasher
2018-03-17, by unC0Rr
- Missing languages
ios-develop
2018-03-17, by antonc27
- Use two-letter language descriptor for localisations
ios-develop
2018-03-17, by antonc27
Show sidNoEndTurn text for most weapons when in inf attack mode
2018-03-17, by Wuzzy
Draw map page: Fix pen size being changed after loading a map
2018-03-17, by Wuzzy
Fix speech bubble briefly rendering at (0,0) after spawning
2018-03-17, by Wuzzy
Remove ugly empty rectangle in empty active teams list for real
2018-03-17, by Wuzzy
Fix simple team hats (32×64) not tinting correctly while on rope or using blowtorch
2018-03-17, by Wuzzy
Remove “Upload to YouTube” functionality which has been broken for years
2018-03-17, by Wuzzy
Various minor frontend CSS tweaks
2018-03-17, by Wuzzy
QTfrontend: Remove ugly rectangle in list of active teams when there are no teams
2018-03-16, by Wuzzy
- Hide 'Campaign' button (not ready on iOS...)
ios-develop
2018-03-16, by antonc27
Frontend: Properly “gray out” most disabled widgets (a lot of them weren't)
2018-03-16, by Wuzzy
Some padding tweaks in options and team editor pages. Fixes insane width of context menu of hog name line edit
2018-03-16, by Wuzzy
Make video metadata strings translatable in frontend
2018-03-16, by Wuzzy
- Fix archiving (?)
ios-develop
2018-03-16, by antonc27
- Pause game when it goes background (do not show anymore annoying 'confirm quit')
ios-develop
2018-03-15, by antonc27
- Do not delete Beach theme (it's official one now)
ios-develop
2018-03-15, by antonc27
Drop Qt XML from dependencies. QXmlStreamReader is part of QtCore
2018-03-15, by Wuzzy
Remove Qt SVG and Qt OpenGL as hard dependencies
2018-03-15, by Wuzzy
Mutant: When game ends prematurely due to missing land, declare highest-scoring team the winner
2018-03-15, by Wuzzy
Mutant: Fix graph title on game draw
2018-03-15, by Wuzzy
Make chart in stats screen support negative numbers. Fixes e.g. Mutant
2018-03-15, by Wuzzy
Fix broken stats chart bounding box
2018-03-15, by Wuzzy
Lua API: Fix not updating CursorX/CursorY properly when moving cursor at screen border
2018-03-15, by Wuzzy
Clear drawn maps in TechRacer
2018-03-15, by Wuzzy
gtGenericFaller: Use Tag=1 to allow gtGenericFaller to be displaced randomly. Otherwise it is left alone
2018-03-15, by Wuzzy
Take radius into account when drawing gtGenericFaller
2018-03-15, by Wuzzy
Add default directory DrawnMaps to put hand-drawn maps into
2018-03-14, by Wuzzy
Merge unC0Rr's broken preview fix
2018-03-14, by Wuzzy
Update frontend translations
2018-03-14, by Wuzzy
Drawn map menu: Add spin box to change brush size by hand
2018-03-14, by Wuzzy
Fix broken previews for me, pepper with comments on logic. Probably makes it fail for windows users again.
2018-03-14, by unc0rr
Add images for radio buttons, add hover and pressed images for checkboxes
2018-03-14, by Wuzzy
Fix weird scaling of draw map widget
2018-03-14, by Wuzzy
Drawn map page: Move save and load buttons, fix points label overlap
2018-03-14, by Wuzzy
Drawn map page: Enable antialiasing, turn eraser cursor red
2018-03-14, by Wuzzy
Fix cursor circle being too large in drawn map editor
2018-03-14, by Wuzzy
Backed out changeset 3a110dcb6e87 (Qt color chooser)
2018-03-14, by Wuzzy
While the intent was good, saving column width/sort was unfortunately not handling the addition of new columns and old configs were losing columns. If this is restored, it should have some check on column with invalidation of config.
2018-03-14, by nemo
Add voicepack: Russian_pl (by mtg90pl)
2018-03-14, by Wuzzy
- Fix missions path, still needs refactoring...
ios-develop
2018-03-14, by antonc27
Fix frontend from messing with legacy schemes.ini, just read it, never write
2018-03-14, by Wuzzy
Rename the misleadingly-named AmmoSchemeModel to GameSchemeModel
2018-03-14, by Wuzzy
Game scheme handling: Use QFile instead of QSettings for increased efficiency
2018-03-14, by Wuzzy
Fix bad import of old ammo schemes, improve debug output when importing schemes from old .ini files
2018-03-14, by Wuzzy
Remove old Qt4 workaround for missing language name of Scottish Gaelic
2018-03-14, by Wuzzy
Force color dialog to use Qt style. Fixes some issues
2018-03-14, by Wuzzy
- Fix missions regression: presentation of list is good, still problem with path during launching
ios-develop
2018-03-14, by antonc27
- Fix missions regression: refactoring, WIP
ios-develop
2018-03-14, by antonc27
Update German Lua translation
2018-03-14, by Wuzzy
Movement Training: Revert ice girder color for consistency with TechRacer and HedgeEditor
2018-03-13, by Wuzzy
Merge qt5transition into default
2018-03-13, by unc0rr
Movement training: Tweak some sprite visuals
2018-03-13, by Wuzzy
Workaround for the weird new qgraphicsview/qgraphicsscene fitInView behavior
qt5transition
2018-03-13, by unc0rr
Movement Training: Make the use of the mission panel clearer and harder to overlook
2018-03-13, by Wuzzy
Basic Bazooka Training: Add one more target, make limited ammo section easier, add more hints
2018-03-13, by Wuzzy
Rope Training: Place the second-last target at a more reasonable position
2018-03-13, by Wuzzy
Frontend: Fix built-in Qt translations not loaded properly
qt5transition
2018-03-13, by Wuzzy
Update INSTALL.md about new Qt5 dependency
qt5transition
2018-03-13, by Wuzzy
Fix buggy Qt5 style detection causing segfault on Arch Linux w/ qt5-style-plugins
qt5transition
2018-03-13, by Wuzzy
try plastique with fallback to windows - we should find a way to alert the user that qt5-style-plugins would improve rendering
qt5transition
2018-03-13, by nemo
seems to help styling some - some CSS tweaks may still be needed - lobby for example
qt5transition
2018-03-13, by nemo
Update .hgignore to ignore new Qt's moc_ and qrc_ files
qt5transition
2018-03-13, by Wuzzy
Also update default binds for SDL2 keypad names
qt5transition
2018-03-13, by Wuzzy
these changed, presumably in SDL2 - might want to review all the others
qt5transition
2018-03-12, by nemo
Use visible team count instead of total team count to determine rendered team bar height
2018-03-12, by Wuzzy
Remove rubber duck from BRW, RW and most weapon schemes for now
2018-03-12, by Wuzzy
Use onSkipTurn in scripts to detect turn skips
2018-03-12, by Wuzzy
Lua API: Add onSkipTurn callback, called when hog skips
2018-03-12, by Wuzzy
Lua API: Add SkipTurn() to replace ParseCommand("skip")
2018-03-12, by Wuzzy
ACF7: Add one pick hammer in crate
2018-03-12, by Wuzzy
Fix minigun bullets sometimes failing to hit when shooting same thing twice in row
2018-03-12, by alfadur
- Remember user settings on app update
ios-develop
2018-03-11, by antonc27
- Some not-so-important pretty formatting
ios-develop
2018-03-11, by antonc27
Bazooka/Grenade Training: Make weapon selection detection future-proof
2018-03-11, by Wuzzy
Merge from 0.9.23
ios-develop
2018-03-11, by antonc27
Change minigun sound once again, lower pitch
2018-03-11, by alfadur
ASA_cosmos: Fix game not ending when hero dies after being seen by Guards
2018-03-11, by Wuzzy
Add new minigun sound
2018-03-11, by alfadur
Update Qt and Lua translation files
2018-03-11, by Wuzzy
Fix disabled button rendering
qt5transition
2018-03-10, by unc0rr
- Fix insane width of lines in health graphic
qt5transition
2018-03-10, by unc0rr
uLocale: Fix broken Format function
2018-03-10, by Wuzzy
Make a few more engine strings translatable
2018-03-10, by Wuzzy
ClimeHome: Show messages when cake is nearby and when reaching home
2018-03-10, by Wuzzy
Minigun: Move attack timer to Karma to make gear type more Lua-friendly
2018-03-10, by Wuzzy
Reduce number of minigun bullets from 71 to 70
2018-03-10, by Wuzzy
Fix minigun not pausing the turn timer properly
2018-03-10, by alfadur
Improve appearance of bullet trails, slight fade out at beginning
2018-03-09, by alfadur
When using seduction, only show “CENSORED” text in English locale
2018-03-09, by Wuzzy
Nerf minigun in Default ammo scheme
2018-03-09, by Wuzzy
Fix minigun bullet impact image being drawn over hog sometimes
2018-03-09, by alfadur
Fix direction of dispensed bullet shells from shotgun/sniper/minigun
2018-03-09, by alfadur
ACF8: Fix invisible cyborg sometimes blocking the way
2018-03-09, by Wuzzy
A Classic Fairytale: Harden all missions against missing campaign variables in team file and assume default values
2018-03-09, by Wuzzy
ACF9: Fix cannibal talking to himself in cut scene if playing with 3 natives instead of 4
2018-03-09, by Wuzzy
ACF6: Change mines, remove mines placed at unfair positions
2018-03-09, by Wuzzy
ACF3: Fix cannibals sometimes doing nothing for a full turn
2018-03-09, by Wuzzy
ACF1: Hide Cannibals team before it appears
2018-03-09, by Wuzzy
Hide team bar if all hedgehogs in it are hidden or dead
2018-03-09, by Wuzzy
ACF: Only use standard team colors
2018-03-09, by Wuzzy
ACF7: Fix incorrect hog name used in speech bubble
2018-03-09, by Wuzzy
Update German Lua translation
2018-03-09, by Wuzzy
Merge unC0Rr's control fixes
2018-03-09, by Wuzzy
ACF7: Make hogs talk when you complete a part of the second mission goal (reach princess / free friends)
2018-03-09, by Wuzzy
ACF7: Fix incorrect hog name mentioned in 2nd mission text
2018-03-08, by Wuzzy
AI: Don't use tardis when in multishoot and not inf attack
2018-03-08, by Wuzzy
Fix new binds system for real
2018-03-08, by unc0rr
This should fix crash with custom bindings
2018-03-08, by unc0rr
Update Slovak translation
2018-03-08, by jose1711
Racer: Draw waypoint outline around cursor while in placement phase
2018-03-08, by Wuzzy
Merge server stuff from alfadur
2018-03-08, by Wuzzy
HedgeEditor: Show waypoint preview
2018-03-08, by Wuzzy
HedgeEditor: Fix sndIncoming playing for placing stuff, add many sound effects
2018-03-08, by Wuzzy
HedgeEditor: Clean up messy HWP overwrites
2018-03-08, by Wuzzy
Racer: No longer play Incoming or Missed sound
2018-03-08, by Wuzzy
Construction Mode: Fix annoying Incoming voice and other sound issues
2018-03-08, by Wuzzy
Lua API: PlaySound: Add 3rd parameter instaVoice to instantly play voice
2018-03-08, by Wuzzy
Lua API: Add SetSoundMask to disable playing certain sounds
2018-03-08, by Wuzzy
ACF2: Make all Weaklings on worst CPU level
2018-03-08, by Wuzzy
separated the server logic from all the async io mess.
2018-03-08, by alfadur
ACF: Reduce computer hog levels in missions 2 and 6.
2018-03-08, by Wuzzy
CTF_Blizzard: Force clan limit of 2. Auto-remove excess hogs
2018-03-08, by Wuzzy
CTF_Blizzard: Dump dead code / out-commented code
2018-03-08, by Wuzzy
CTF: Write hog with most captures in stats screen
2018-03-08, by Wuzzy
CTF: Say "clan" instead of "team" in mission panel
2018-03-08, by Wuzzy
CTF: Show team scores and score graph in stats screen
2018-03-08, by Wuzzy
CTF: Don't disable home flag after capture
2018-03-08, by Wuzzy
CTF: Allow to be played with more than 2 clans
2018-03-08, by Wuzzy
CTF: Drop flag when carrier uses piano strike
2018-03-08, by Wuzzy
Capture the Flag: Fix many Lua errors when playing with >2 clans
2018-03-08, by Wuzzy
Mutant: Faster excess hog removal
2018-03-08, by Wuzzy
uCommandHandlers: Remove unused variable
2018-03-08, by Wuzzy
CTF: Dumb out-commented code
2018-03-08, by Wuzzy
Slightly simplify Mutant mission panel
2018-03-08, by Wuzzy
CTF: Fix Lua errors when using kamikaze or tardis
2018-03-08, by Wuzzy
CTF: Remove tardis and resurrector
2018-03-08, by Wuzzy
Control: Remove tardis and resurrector
2018-03-08, by Wuzzy
German translation: “Grundlagentraining” → “Grundausbildung”
2018-03-08, by Wuzzy
SimpleMission: Set GameFlags more cleanly
2018-03-08, by Wuzzy
Fix artillery being broken in some missions
2018-03-08, by Wuzzy
Target Practice: Re-center camera to hog after projectiles get destroyed or drown
2018-03-07, by Wuzzy
ACF6: Fix cyborgs sometimes idling forever in their turns (fixes bug 521)
2018-03-07, by Wuzzy
Add hedgehog effect heArtillery, allows to set per-hedgehog artillery mode
2018-03-07, by Wuzzy
Update German frontend and Minigun translation
2018-03-07, by Wuzzy
Rope training: Fix confused order of retract/extend controls
2018-03-07, by Wuzzy
Rope Knock Challenge: Remove trailing space of name "doomy "
2018-03-07, by Wuzzy
Death02: Add Delay=600
2018-03-07, by Wuzzy
Update German Lua translation
2018-03-07, by Wuzzy
Use mktemp in update_lua_locale_files.sh
2018-03-07, by Wuzzy
Stop SplitByChar also lowercasing the entire string. Fixes bug 581.
2018-03-07, by Wuzzy
Lua: Rename global variable “L” to “LOCALE”
2018-03-07, by Wuzzy
Sort all core missions in training menu more logically
2018-03-07, by Wuzzy
Frontend: Lead first-time player to training page on start
2018-03-07, by Wuzzy
the clipping was just due to remote abuse anyway - this addresses a couple of the concerns from the bug
2018-03-06, by nemo
Update README about the Hedgewars training
2018-03-06, by Wuzzy
Remove unused, unfinished and outdated boot camp mission
2018-03-06, by Wuzzy
Complete overhaul of Basic Rope Training
2018-03-06, by Wuzzy
Change misleading server error message about nicknames
2018-03-05, by Wuzzy
Capitalize default hog names and server name
2018-03-05, by Wuzzy
More user-friendly server messages
2018-03-05, by Wuzzy
Fix frontend error dialog always displaying "failed" as last engine message after engine crash
2018-03-05, by Wuzzy
Having chat mode as game state was a mistake
2018-03-04, by unc0rr
Remove dead code from basic bazooka training
2018-03-02, by Wuzzy
Completely redo Basic Grenade Training
2018-03-02, by Wuzzy
Basic Movement Training: Fix inconsistent help texts when switching Cappy a 2nd time
2018-03-02, by Wuzzy
Complete redo of Basic Bazooka Training
2018-02-28, by Wuzzy
Add "Turning Around" to movement training
2018-02-26, by Wuzzy
Some minor convenience improvements in Basic Flying Saucer Training
2018-02-26, by Wuzzy
Add Basic Movement Training
2018-02-26, by Wuzzy
falling hogs using rope were ignoring a few things (for example taking damage from rubber)
2018-02-25, by nemo
Much smaller TBinds type
2018-02-25, by unc0rr
Change team colors in rope knock challenge to standard color scheme
2018-02-24, by Wuzzy
RC Plane Challenge: Switch to using fake crates only
2018-02-24, by Wuzzy
Display score next to team bar in singleplayer challenges
2018-02-24, by Wuzzy
Remove false credit of hwmap2lua.sh
2018-02-23, by Wuzzy
Add szczur's script to convert .hwmap to Lua code
2018-02-23, by Wuzzy
Lua API: Fix SetWind not updating flake direction
2018-02-23, by Wuzzy
Fix incorrect wind bar in some missions
2018-02-23, by Wuzzy
Convert The Great Escape to SimpleMission format
2018-02-23, by Wuzzy
Convert Nobody Laugh to SimpleMission format
2018-02-23, by Wuzzy
Enemy hogs should at least try to get to you in low gravity
2018-02-22, by nemo
Convert Newton and the Hammock to SimpleMission format
2018-02-22, by Wuzzy
Convert Big Armory mission to SimpleMission format
2018-02-22, by Wuzzy
SimpleMission: Check regular victory at turn and or start
2018-02-22, by Wuzzy
SimpleMission: Add support for failure texts in the stats screen
2018-02-22, by Wuzzy
SimpleMission: Check regular victory before anything else
2018-02-21, by Wuzzy
New SD flakes for Bath: skull and bones in bubble
2018-02-21, by Wuzzy
Rewrite most mission texts to actually *explain* the goal
2018-02-21, by Wuzzy
2 new scenarios: Bazooka Battlefield, Tentacle Terror
2018-02-21, by Wuzzy
Add SimpleMission lua library for easier mission creation
2018-02-21, by Wuzzy
Fix SD flakes attributes not set properly when SD flake count = normal flake count
2018-02-21, by Wuzzy
Improve/fix messaging when multiple teams win
2018-02-21, by Wuzzy
Remove "Click to resume" from quit menu as visual clutter
2018-02-21, by Wuzzy
InputHandler: Shorten "Escape" to "Esc"
2018-02-21, by Wuzzy
Fix quit menu showing incorrect key when using non-default bindings
2018-02-21, by Wuzzy
Engine: Allow to use up to 9 placeholders in Format and FormatA
2018-02-21, by Wuzzy
uInputManager: Add functions to get SDL key name
2018-02-20, by Wuzzy
Fix a few German typos of main menu
2018-02-20, by Wuzzy
VideoRec: Fix many effects not being recorded
2018-02-20, by Wuzzy
Fix volume caption not being shown when hitting mute key
2018-02-20, by Wuzzy
Lua API: Remove empty functions CampaignLock and CampaignUnlock
2018-02-20, by Wuzzy
Expose 5 land flags to Lua for use with SetGearCollisionMask
2018-02-20, by Wuzzy
Fix inconsistent name of SetGearAIHints
2018-02-20, by Wuzzy
Portal mission: Fix health crate spawning inside land
2018-02-19, by Wuzzy
Make hog invulnerable after winning SpeedShoppa or TargetPractice mission
2018-02-19, by Wuzzy
Display cursor coordinates in HedgeEditor
2018-02-19, by Wuzzy
Lua library Animate: StoppedGear now returns true if gear does not exist
2018-02-19, by Wuzzy
Fix onEndTurn being called in multishoot
2018-02-17, by Wuzzy
Battalion, Points Mode: Show points next to team bars
2018-02-17, by Wuzzy
Battalion: Use AmmoTypeMax for ammo type iterations
2018-02-17, by Wuzzy
Play a few more taunts in Space Invasion
2018-02-17, by Wuzzy
Racer/TechRacer: Show best times next to team bars
2018-02-17, by Wuzzy
Construction Mode, Space Invasion: Add example script param in default schems to make editing more convenient
2018-02-17, by Wuzzy
Add Space Invasion game scheme with sane default configuration
2018-02-17, by Wuzzy
Racer and TechRacer: Move cameera to first waypoint in Ready phase
2018-02-16, by Wuzzy
ClimbHome: Show best team heights next to team name
2018-02-16, by Wuzzy
Construction Mode: Show clan power next to all teams
2018-02-16, by Wuzzy
Restore 5 hats to their previous full animated form
2018-02-16, by Wuzzy
Lua API: Add functons: GetTeamIndex and GetTeamClan
2018-02-16, by Wuzzy
Add team score next to team bars for CTF_Blizard, Control, CTF, Mutant, Space Invasion
2018-02-16, by Wuzzy
Add SetTeamLabel to Lua API, can set arbitrary string as team label
2018-02-16, by Wuzzy
Manually fix some clipping / simplify issues with a few hats
2018-02-16, by Wuzzy
Resize hats with size 32×1024 to 64×512 for consistency
2018-02-16, by Wuzzy
Crop non-team hats without “real” animation to static format (32×32)
2018-02-16, by Wuzzy
Simplify 5 team hats to static format
2018-02-16, by Wuzzy
Fix hittig precise+rottags the first time when all tags started off showing health tag in gfInvulnerable
2018-02-15, by Wuzzy
Implement very basic stats screen for TropyRace
2018-02-15, by Wuzzy
TrophyRace: Hide mission panel when player shoots rope
2018-02-15, by Wuzzy
Simplify the status update panel in Trophy Race a lot
2018-02-15, by Wuzzy
TrophyRace: Show fastest team times (instead of clan times)
2018-02-15, by Wuzzy
TrophyRace: Show current racing time at top
2018-02-15, by Wuzzy
The rottags key alone now toggles hog tags; preecise+rottags is used to cycle tags
2018-02-15, by Wuzzy
Scheme editor: Slightly fade disabled game modifiers into gray
2018-02-15, by Wuzzy
Fix some hats “dancing on the head” by making them static
2018-02-15, by Wuzzy
Change game modifier icons: Karma, per-hog ammo, reset health, shared ammo, teams divide
2018-02-15, by Wuzzy
Change icon for King Mode
2018-02-15, by Wuzzy
Fix a few typos in German translation
2018-02-14, by Wuzzy
Fix some consistency issues with change hog tags control
2018-02-14, by Wuzzy
Flip Switch/Precise key combintions with change hog tags
2018-02-14, by Wuzzy
Switch + Change hog tags now turns on and off all tags
2018-02-14, by Wuzzy
Toggle hog tag translucency with Precise + Change hog tags key
2018-02-14, by Wuzzy
Add separate control for changing hedgehog tags
2018-02-14, by Wuzzy
Rename AFK Mode to “Auto Skip” (bug 78)
2018-02-14, by Wuzzy
Rewrite introduction in README
2018-02-14, by Wuzzy
Update README about the team chat key
2018-02-14, by Wuzzy
Underwater theme: Replace SD flakes with bloodred jellyfish and change SD background color
2018-02-14, by Wuzzy
Fix preview image for Sticks map
2018-02-14, by Wuzzy
Redo SD water and SD clouds of most themes and apply sd-tint
2018-02-14, by Wuzzy
Make team chat its own control and use [U] key by default
2018-02-12, by Wuzzy
Show remaining ammo when using Birdy egg or RC Plane bomb
2018-02-12, by Wuzzy
Mutant: Force special mutant/feeder hat+name to be only hold by those who deserved it
2018-02-12, by Wuzzy
Battalion: Mutate hogs by default again, but not the names. Add script param mutatenames. Force crowns in King Mode
2018-02-12, by Wuzzy
Battalion (mode=king): Kill the team when the king died instea of dismissing
2018-02-12, by Wuzzy
Battalion: Reduce amount of SD messages
2018-02-12, by Wuzzy
Tweak some misleading Battalion texts
2018-02-12, by Wuzzy
Battalion: Move crate pickup animation to crate
2018-02-12, by Wuzzy
Battalion: Use official onEndTurn callback
2018-02-12, by Wuzzy
Battalion: Add more health change effects
2018-02-12, by Wuzzy
Battalion: Clean up and remove dead code
2018-02-12, by Wuzzy
Battalion: Standardize the crate pickup message
2018-02-12, by Wuzzy
Clean up Battalion error stuff
2018-02-12, by Wuzzy
Add custom weapon icons for Continental supplies
2018-02-12, by Wuzzy
HedgeEditor: Tweak caption colors
2018-02-11, by Wuzzy
Construction Mode: Fix cursor icon being displayed on teleport
2018-02-11, by Wuzzy
Construction Mode: Hide crate contents and object/crate placer submodes from prying eyes over the net
2018-02-11, by Wuzzy
Construction Mode: Show selected object at cursor and crate preview
2018-02-11, by Wuzzy
Construction Mode: Fix annoying extra messages when using object placer
2018-02-11, by Wuzzy
Fix incorrect round counting in fruit03, too
2018-02-11, by Wuzzy
Fix Killing the Specialists recording the turn count way too low
2018-02-11, by Wuzzy
Construction Mode: Spawn particles over generators, tweak other particles
2018-02-11, by Wuzzy
Construction Mode: Show message when respawning hog
2018-02-10, by Wuzzy
Racer: Make waypoints dark in bright themes like Bath
2018-02-10, by Wuzzy
Make first waypoint flash TechRacer, before hog starts racing
2018-02-10, by Wuzzy
Racer: Make first waypoint flash and highlight last waypoint while placing
2018-02-10, by Wuzzy
Racer, TechRacer: Fade out waypoints at the end
2018-02-10, by Wuzzy
Racer, TechRacer: Change waypoint opacity on victory or failure
2018-02-10, by Wuzzy
Increase opacity of Racer/TechRacer waypoints
2018-02-10, by Wuzzy
Disable crate drops in HedgeEditor scheme
2018-02-10, by Wuzzy
Remove some "invalid" crate drops from Construction Mode weapon scheme
2018-02-10, by Wuzzy
Construction Mode: Show Message and minor smoke effect when losing ammo due to weapon filter
2018-02-10, by Wuzzy
Redraw Vampiric.png based on vector graphic. Smooth fade out to 0 opacity instead of hard cut-off
2018-02-10, by Wuzzy
Construction Mode: Hide power tag when it's nobody's turn
2018-02-10, by Wuzzy
Add minigun to scripts. Also add a few missing ammos to BRW and RW
2018-02-10, by Wuzzy
Construction Mode: Now amSwitch amount can be changed in weapon scheme
2018-02-10, by Wuzzy
Always remove mine strike in Construction Mode
2018-02-10, by Wuzzy
Construction Mode: Change message color
2018-02-10, by Wuzzy
Construction Mode: Refactor colors, add subtle glow to healing station, don't spawn vGears for respawner and generator
2018-02-10, by Wuzzy
Refactor Construction Mode to NOT use localized strings as identifiers
2018-02-10, by Wuzzy
Improve internal Construction Mode code documentation
2018-02-10, by Wuzzy
Localize various Construction Mode vars
2018-02-10, by Wuzzy
Refactor Construction Mode code (delete old comments, move code around. NO functional changes)
2018-02-10, by Wuzzy
Lua API: AddAmmo unselects weapons before it would remove current ammo from current hog
2018-02-09, by Wuzzy
Construction Mode: Each team remembers its selections now
2018-02-09, by Wuzzy
More Construction Mode refactoring
2018-02-09, by Wuzzy
Construction Mode: Remember previous selection of pIndex
2018-02-09, by Wuzzy
Construction Mode: Sort structure types roughly by importance and convenience
2018-02-09, by Wuzzy
Add a few key shortcuts in Costruction Mode
2018-02-09, by Wuzzy
HedgeEditor, Construction Mode: Refactor code by adding fake ammo type variables
2018-02-09, by Wuzzy
Add healing visual effect + heal msg in scripts
2018-02-09, by Wuzzy
Lua API: Add HealHog to heal hog with visual effects + message
2018-02-09, by Wuzzy
Show subtle heal effect for healing hogs in health reset mode
2018-02-09, by Wuzzy
Refactor health gain effects and message into util fuction HHHeal
2018-02-09, by Wuzzy
Killing The Specialists: Fix health boost division
2018-02-09, by Wuzzy
Killing The Specialists mission: Fix misleading hints, add messages and visual effects
2018-02-09, by Wuzzy
2 minor spelling/grammar fixes
2018-02-09, by Wuzzy
Refactor scripts to use SpawnSupplyCrate (where it makes sense)
2018-02-09, by Wuzzy
Lua API: Add SpawnSupplyCrate
2018-02-09, by Wuzzy
Lua API: Add GetTeamName
2018-02-09, by Wuzzy
Lua API: Add GetWind function to get current wind
2018-02-08, by Wuzzy
Lua API: Add SetVampiric and SetLaserSight
2018-02-08, by Wuzzy
Add callback: onEndTurn
2018-02-08, by Wuzzy
Change hats exclusion rule in hats_js_anim.xhtml
2018-02-08, by Wuzzy
Fix broken preview of team hats in frontend
2018-02-08, by Wuzzy
Add missing beginWriteArray in scheme model code
2018-02-08, by Wuzzy
Fix failure to read game scheme (.hwg) files
2018-02-08, by Wuzzy
Fix how scheme files behave
2018-02-08, by KoBeWi
Keep game/weapon schemes in separate files
2018-02-08, by KoBeWi
Add Polish voicepack (Default_pl) by mtg90pl
2018-02-08, by mtg90pl
Fix timebox being usable in SD w/ damage=0
2018-02-08, by Wuzzy
Fix TotalRounds counting rounds a couple of turns too late
2018-02-07, by Wuzzy
Refactor Sudden Death starting into own function
2018-02-07, by Wuzzy
Add the flag of Scotland (uk_scotland)
2018-02-07, by Wuzzy
Fix green color channel on themes with sd-tint (#566)
2018-02-07, by Wuzzy
Add theme fallback music settings
2018-02-07, by Wuzzy
Remove unused variable in uGearsHandlersMess
2018-02-07, by Wuzzy
ClimbHome, Sniper Rifle training: Unselect weapon after victory
2018-02-07, by Wuzzy
Calling SetWeapon with amNothing now unselects weapon
2018-02-07, by Wuzzy
Change weapon icons of mudball and air mine
2018-02-07, by Wuzzy
Lua API: Add WriteLnToChat
2018-02-07, by Wuzzy
ASA, Hard Flying: Show personal best at mission start
2018-02-07, by Wuzzy
Precise Shooting mission: Fix Lua errors when enemy dies after hero
2018-02-07, by Wuzzy
Start changelog for 0.9.24
2018-02-06, by Wuzzy
ASA: Fruit03: Show collected ammo
2018-02-06, by Wuzzy
ACF3: Explode princess when skipping 12turn course failanim
2018-02-06, by Wuzzy
Show # of turns left in the 12-turn parcour segment of ACF3
2018-02-06, by Wuzzy
String cleanup: Double/triple exclamation marks
2018-02-06, by Wuzzy
Fix various story flaws in mission descriptions of ACF campaign
2018-02-06, by Wuzzy
Fix some minor formatting and grammar flaws in script strings
2018-02-06, by Wuzzy
Fix various typos in translatable strings
2018-02-06, by Wuzzy
Fix error 52: Move amMinigun.png to Graphics/Hedgewars
2018-02-06, by Wuzzy
Machinegun. also tweaked ignore
2018-01-31, by alfadur
Finish porting. Seems to work, but no thorough testing has been performed
qt5transition
2018-01-24, by unc0rr
Configure for Qt5
qt5transition
2018-01-24, by unc0rr
Add assert on LoadingText texture value
0.9.23
2018-01-17, by unc0rr
Proper rejoin desyncs fix now
0.9.23
2018-01-17, by unc0rr
The ultimate fix for rejoin desyncs
0.9.23
2018-01-16, by unc0rr
Fix for freebsd
qmlfrontend
2018-01-14, by unc0rr
add a mask to the sand hog
2018-01-15, by nemo
Pass mouse movements to engine, warp cursor in frontend
qmlfrontend
2018-01-10, by unc0rr
less
more
|
(0)
-10000
-3000
-1000
-960
+960
+1000
tip