2018-07-17 Wuzzy Fix video recorder not working if sound disabled (fixes bug 200) 0.9.24
2018-08-01 Wuzzy Fix SimpleMission failure to init GameFlags correctly 0.9.24
2018-08-01 Wuzzy Fix SimpleMission failure to init GameFlags correctly
2018-08-01 Wuzzy Load default clan colors from settings file
2018-08-01 Wuzzy HedgeEditor: Use default clan color in AddTeam in mission export
2018-08-01 Wuzzy Make ASA fruit02 use of default clan colors
2018-08-01 Wuzzy Switch almost all Lua calls of AddTeam to using default clan colors instead of hardcoded color
2018-08-01 Wuzzy Lua: Allow to use negative value for AddTeam to select a default clan color
2018-07-31 Wuzzy Clean up Tumbler captions a bit
2018-07-31 Wuzzy Refactor colors and caption type in Space Invasion
2018-07-31 Wuzzy Space Invasion: Delete dead code and ancient outdated comments
2018-07-31 Wuzzy Change default clan color for brown for improved contrast
2018-07-30 Wuzzy Lua API: Add IsHogHidden
2018-07-30 Wuzzy Lua: Add GetVampiric, GetLaserSight
2018-07-30 KoBeWi Update Polish translation
2018-07-30 Wuzzy ASA, final mission: Redraw map and mask to make borders more distingushable
2018-07-30 Wuzzy Make laser sight work properly through wrap world edge
2018-07-30 Wuzzy Fix freeze ray not working through wrap world edge; add DrawLineWrapped
2018-07-29 nemo and fix index
2018-07-29 nemo oh. and indent that loop
2018-07-29 nemo add wrap check
2018-07-28 nemo merge of 0.9.24 - hopefully correctly this time
2018-07-28 Wuzzy Fix DrawHLinesExplosions setting invalid map pixels if called at wrap world edge
2018-07-27 Wuzzy Use wrap-aware doMakeExplosion instead of DrawExplosion in uHandlersMess
2018-07-27 nemo sdlkeys is in source not binary, no .in folder. Locutus brought to our attention. 0.9.24
2018-07-26 Wuzzy Fix /hta, /hsa and /hya commands not writing message in chat
2018-07-26 Wuzzy Fix /hta, /hsa and /hya commands not writing message in chat 0.9.24
2018-07-26 Wuzzy TechRacer: Print selected map in debug output
2018-07-26 Wuzzy TechRacer: Make most variables local
2018-07-26 Wuzzy Clean up messy indentations in TechRacer script
2018-07-26 Wuzzy TechRacer: Delete dead code
2018-07-26 Wuzzy TechRacer: Fix gears not spawning on turn start when player pressed control right at start
2018-07-26 Wuzzy Prevent saving weapon scheme if name was already taken 0.9.24
2018-07-26 Wuzzy Prevent saving game schemes if name was already been taken 0.9.24
2018-07-26 Wuzzy Prevent saving weapon scheme if name was already taken
2018-07-25 Wuzzy Prevent saving game schemes if name was already been taken
2018-07-24 Wuzzy Fix a couple of PNG images with known invalid color profiles
2018-07-24 Wuzzy Fix a couple of PNG images with known invalid color profiles 0.9.24
2018-07-24 Wuzzy Fix teleport tooltip claiming it doesn't end turn in hog placing phase with inf. attack 0.9.24
2018-07-24 Wuzzy Limit max droplet count to 50 (fix for 0.9.24 branch only) 0.9.24
2018-07-24 Wuzzy Update frontend translation files 0.9.24
2018-07-24 Wuzzy Fix changelog typos 0.9.24
2018-07-16 Wuzzy Fix hwengine crash when using >1 controllers 0.9.24
2018-07-24 Wuzzy Add more sane default controls for controller 0.9.24
2018-07-24 Wuzzy Fix broken controller/joystick button and axis events 0.9.24
2018-07-24 Wuzzy Detect Qt style after parameter parsing 0.9.24
2018-07-24 Wuzzy Fix SDLInteraction strings not being translated 0.9.24
2018-07-24 Wuzzy Refactor storage of joystick SDL key names 0.9.24
2018-07-24 Wuzzy Make frontend detect controllers again 0.9.24
2018-07-24 Wuzzy Update and change license information of Droplet sounds, now it's CC BY 3.0 0.9.24
2018-07-24 Wuzzy Update and change license information of Droplet sounds, now it's CC BY 3.0
2018-07-22 Wuzzy Fix deprecation warnings in libphyslayer
2018-07-22 Wuzzy Fix warnings about unused params in C code
2018-07-21 Wuzzy Update German translation
2018-07-21 Wuzzy Update Lua/frontend locale files
2018-07-21 Wuzzy Merge alfadur's server commits with timer cycle key commits
2018-07-20 Wuzzy Add control to cycle through timer/bounciness values
2018-07-20 Wuzzy Move hardcoded bounciness values to uConsts
2018-07-21 nemo catchup merge on all of alfadur's cool server changes
2018-07-20 alfadur Fix map voting verification
2018-07-20 alfadur Implement room config export
2018-07-20 alfadur Implement save/delete commands
2018-07-19 alfadur Implement map voting
2018-07-19 alfadur clean up room lookups
2018-07-17 alfadur Keep hedgehog limit in sync
2018-07-17 alfadur indulge clippy
2018-07-16 alfadur Add room flags
2018-07-16 alfadur Something down in the food chain already uses bitflags, so might as well switch to them
2018-07-16 alfadur Assorted chat fixes
2018-07-13 alfadur Better packing for clients
2018-07-20 Wuzzy Add more sane default controls for controller
2018-07-20 Wuzzy Fix broken controller/joystick button and axis events
2018-07-20 Wuzzy Detect Qt style after parameter parsing
2018-07-20 Wuzzy Fix SDLInteraction strings not being translated
2018-07-20 Wuzzy Refactor storage of joystick SDL key names
2018-07-19 Wuzzy Make frontend detect controllers again
2018-07-19 Wuzzy Fix engine crash when trying to delete cameraFile but it doesn't exist
2018-07-19 Wuzzy Fix crash when aborting encoding phase of video recording in videos page if >1 video is being encoded
2018-07-19 Wuzzy Document and clean up tools directory a bit
2018-07-18 Wuzzy Improve some replies for chat commands on server
2018-07-18 Wuzzy Refactor server chat command help, also add admin commands to help
2018-07-18 Wuzzy Add /help command for lobby and rooms too
2018-07-18 Wuzzy Remove and replace old googlecode references
2018-07-17 Wuzzy Switch from http:// to https:// URLs where possible
2018-07-17 Wuzzy Increase hedgehog limit to 64
2018-07-17 Wuzzy Server: Replace hardcoded hog-related numbers with consts
2018-07-17 Wuzzy Bazooka/Grende training: Hide mission panel on pressing attack key
2018-07-17 Wuzzy Update server dependencies in INSTALL.md
2018-07-17 Wuzzy Clarify/rewrite a few OutError messages
2018-07-17 Wuzzy Fix frontend showing 2 errors on engine fatal error (exit code 52)
2018-07-17 Wuzzy Clarify the wording of a few checkFails messages
2018-07-17 Wuzzy Propagate fatal errors to OutError if checkFails called
2018-07-17 Wuzzy Add hidden bazooka training achievement for 100% accuracy
2018-07-17 Wuzzy Standardize hidden mission achievement in new Lua library "Achievements"
2018-07-17 Wuzzy Add proper exit codes when halt-ing hwengine due to error
2018-07-17 Wuzzy Fix cursor teleporting to center after leaving game with video recording
2018-07-17 Wuzzy Whoops. Syntax error in uVideoRec
2018-07-17 Wuzzy Fix video recorder not working if sound disabled (fixes bug 200)
2018-07-16 Wuzzy Add variable to make state of sound system clear
2018-07-16 Wuzzy Fix hwengine crash when using >1 controllers
2018-07-16 Wuzzy Always use SDL_Map(A)RGB in SDL_FillRect for color
2018-07-16 Wuzzy When hwengine crashes w/ error 217, write backtrace in log, too
2018-07-15 Wuzzy Fix hwengine --help returning with exit code 51
2018-07-15 Wuzzy Clean up cMaxHHs and cMaxTeams a bit, get rid of hardcoded numbers
2018-07-12 Wuzzy Merge gameServer2 changes
2018-07-12 Wuzzy Send proper failure error message when image loading has failed
2018-07-11 nemo merge
2018-07-09 alfadur Optimize test string generation
2018-07-09 alfadur fix tests
2018-07-09 alfadur complete newseed voting
2018-07-09 alfadur merge
2018-07-07 alfadur Mostly implement voting
2018-07-06 alfadur Implement greetings & fixed rooms
2018-07-11 Wuzzy Make sure TotalRounds increases to 0 on first real turn
2018-07-11 Wuzzy ACF5: Fix Tribe not being in same clan as Natives
2018-07-11 Wuzzy Simplify turn handling in ASA death01
2018-07-11 Wuzzy ACF7: Fix princess being in wrong clan
2018-07-11 Wuzzy Fix aihDoesntMatter still being attacked with air attack
2018-07-11 Wuzzy ASA death01: Put PAotH into correct clan
2018-07-11 Wuzzy Fix aihDoesntMatter not applying to hammer and shover
2018-07-11 Wuzzy ACF3: Fix initial ammo being locked
2018-07-11 Wuzzy ACF3: Tweak princess spawn position
2018-07-11 Wuzzy ACF3: Move princess to her own team, fix clan color
2018-07-10 Wuzzy Add subtle dust flakes for Cheese and CrazyMission themes
2018-07-10 Wuzzy New SD water texture for CrazyMission theme
2018-07-10 Wuzzy Refactor collision mask checks, remove hardcoded numbers
2018-07-10 Wuzzy Refactor: lfCurrentHog→lfCurHogCrate, lfNotCurrentMask→lfNotCurHogCrate
2018-07-10 Wuzzy Prevent manual hiding of some special mission panels
2018-07-10 Wuzzy Lua API: Add parameter forceDisplay to ShowMission to prevent manual hiding
2018-07-10 Wuzzy Update mission texts with regards to mission panel key
2018-07-10 Wuzzy Add dedicated key to display mission panel: M
2018-07-10 Wuzzy Tweak chat command replies for /lua command
2018-07-10 Wuzzy Add /help chat command for engine
2018-07-08 Wuzzy Highlander: Fix all hogs getting teleport after hog placement phase
2018-07-08 Wuzzy Fix GetAmmo getting wrong ammo count
2018-07-07 Wuzzy New Lua API function: GetAmmo, to get ammo config
2018-07-07 Wuzzy Fix teleport tooltip claiming it doesn't end turn, while in in hog placing phase with inf. attack
2018-07-07 Wuzzy Fix TotalRounds still being -1 in first real turn after hog placement phase
2018-07-07 Wuzzy Highlander: Localize global variable
2018-07-07 Wuzzy Highlander: Clean up code style, indents and delete useless old comments
2018-07-07 Wuzzy Space Invasion: Improve how round score is displayed
2018-07-07 Wuzzy Space Invasion: Localize most global variables
2018-07-07 Wuzzy Fix rare Lua error message spam in Space Invasion
2018-07-06 Marcin Mielniczuk Add an extra test for Rnd's distribution
2018-07-06 Marcin Mielniczuk Send the rnd reply to the room only.
2018-07-06 Marcin Mielniczuk Implement server-side logic for Rnd
2018-07-04 alfadur Fix team remove synchronization
2018-07-04 alfadur Check for client's existence before handling messages
2018-07-04 alfadur Fix scheme config parsing
2018-07-04 alfadur Fix AddTeam message serialization
2018-07-04 alfadur add missing message tests
2018-07-03 alfadur update nom
2018-07-03 alfadur update proptest
2018-07-03 alfadur merge
2018-07-03 Marcin Mielniczuk Update rand and log to the latest versions
2018-07-02 nemo somehow scale was omitted from this catch-all VG init. late addition to the struct perhaps.
2018-07-02 Marcin Mielniczuk Implement to_raw_protocol for Rnd and enable tests. Add cargo/rls build artifacts to .gitignore
2018-07-02 alfadur Fix cmd parsing & update tests
2018-06-29 Marcin Mielniczuk Implement parsing for rnd and add a little documentation
2018-06-28 Marcin Mielniczuk Undo enabling the `unreachable-pub` lint.
2018-06-27 alfadur stabilization
2018-06-27 alfadur Fix spectators joining midgame
2018-06-27 alfadur Send more data on room joining
2018-06-27 alfadur Additional round cleanup
2018-06-27 nemo neglected dep update from r87a6cad20c90:
2018-06-27 alfadur Send teams&flags on entering a room
2018-06-26 alfadur Implement game start & engine messages
2018-06-26 alfadur Implement game config messages
2018-06-24 marmistrz Enable all lints from the rust-2018-idioms suite.
2018-06-21 nemo Just to be kind to vim which is failing at sniffing
2018-06-21 alfadur implementation of team related messages
2018-06-21 unc0rr Store saved room in yaml
2018-06-19 nemo let's keep track of the racer room config
2018-06-18 alfadur partial room implementation
2018-06-14 alfadur rework of prior
2018-06-14 alfadur handle edge polling properly
2018-06-10 antonc27 Merge default to ios-develop ios-develop
2018-06-10 antonc27 Merge ios-develop into default
2018-06-10 antonc27 Added tag Hedgewars-iOS-2.1 for changeset 195208deff1d ios-develop
2018-05-30 Wuzzy More fallback styling for hat preview webpage
2018-05-30 Wuzzy Add <noscript> fallback for hats preview webpage
2018-05-29 alfadur bullet bubbles
2018-05-28 alfadur ensure shotgun works with portals and make it hit airmines
2018-05-28 nemo allow freezing airmines outside the Land area too. Make the top of frozen mine a little flatter
2018-05-27 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-26 nemo Make mine active/hunting glow a bit more obvious. Add frozen sprite, increase ice beam mine "hit" radius a bit
2018-05-24 nemo make all bullets function similar to machinegun bullets (can hit/shove objects without checkin)
2018-05-24 nemo zero damage on air mine too
2018-05-24 Wuzzy Remove unused variable in uLandObjects
2018-05-24 Wuzzy Feedback dialog: Disable "send system information" checkbox by default
2018-05-24 nemo Allow freezing airmines because whyyy not
2018-05-22 alfadur theme object tweak
2018-05-22 alfadur Checksum girders and masks too
2018-05-18 nemo merge this in too
2018-05-18 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 nemo 0.9.24 merge of physfs tweak
2018-05-18 nemo Make wrapping a lua and its sidecar actually work. 0.9.24
2018-05-16 alfadur example theme objects for the new theming features
2018-05-16 alfadur new theme object features
2018-05-16 sheepluva adjust label, update ChangeLog ui-scaling
2018-05-16 sheepluva add chat size to misc settings. persist in settings.ini ui-scaling
2018-05-16 sheepluva WIP: make chat resizing faster ui-scaling
2018-05-15 sheepluva whoops, I initialized my new var incorrectly ui-scaling
2018-05-15 sheepluva fix some accidental code corruption caused by my last commit ui-scaling
2018-05-15 sheepluva WIP: allow changing chat size ui-scaling
2018-05-07 unC0Rr Fix win32 package creation
2018-05-05 Wuzzy Merge default
2018-05-05 alfadur Update frontend translation: Japanese
2018-05-03 alfadur fix trace when bullets skip on water
2018-05-04 Wuzzy Make EnableSwitchHog() more robust against failure, return gear UID
2018-05-04 Wuzzy Continental supplies: No more hacky switch hog for North America
2018-05-04 Wuzzy Lua API: Add EnableSwitchHog to manually enable hog switching
2018-05-03 Wuzzy Continental supplies: Upside-Down World special now works in cave maps as well
2018-05-03 Wuzzy Update German Lua translation
2018-05-03 Wuzzy Fix changelog mistake
2018-05-03 Wuzzy CS: Fix display of ammo caption for weapon specials
2018-05-03 Wuzzy Fix GetAmmoTimer implementation, swap arguments
2018-05-03 Wuzzy Continental supplies: Fix continent ammo tooltip containing annoying "use of this weapon does not end turn"
2018-05-03 Wuzzy Lua API: GetAmmoTimer, to get the player-set timer for an ammo
2018-05-03 Wuzzy Lua API: Add 5th parameter showExtra to SetAmmoTexts to hide extra text
2018-05-03 Wuzzy Rename SVG hats to be consistent with PNG versions
2018-05-03 Wuzzy Simplify and shrink 5 SVG hats
2018-05-03 Wuzzy Update copyright years
2018-05-03 kompowiec Update Taiwanese translation
2018-05-03 Wuzzy Update ChangeLog for Continental supplies
2018-05-03 Wuzzy Continental supplies: Bouncy boomerang does not spawn crate when drowning
2018-05-03 Wuzzy Continental supplies: Mention that vamp increases Medicine effectiveness
2018-05-03 Wuzzy Continental supplies: Fix “Boring” sound being played after continent select
2018-05-03 Wuzzy Continental supplies: Update pickhammer icon
2018-05-03 Wuzzy Massive Continental supplies update
2018-05-03 Vatten Updated Continental supplies
2018-05-02 unc0rr Call GetNext twice as many times to distribute seed across the whole buffer even for single byte seeds
2018-05-02 nemo real droplet fix - default density is fine - also add back in the underwater bullet trails
2018-05-02 Wuzzy Minor improvements in tutorial mission texts to make stuff clearer
2018-05-02 Wuzzy Update German translation for previous English typo fixes
2018-05-02 Wuzzy Fix a couple of English typos
2018-05-02 Wuzzy Fix more German typos in Hedgewars files
2018-05-02 Wuzzy Fix a couple of German typos in de.lua
2018-05-02 nemo reduce minigun splash droplets a little
2018-05-01 Case_Of Update of french frontend localisation
2018-04-29 nemo Seed reset seems fine when moved out of the loader. Also bump protocol
2018-04-29 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 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-27 nemo mark this revision as 0.9.24 branching point - next commit requires a protocol bump 0.9.24
2018-04-25 Wuzzy Fix hog being unable to walk after using sniper rifle without firing both shots
2018-04-24 Wuzzy Pas2C: Add support for char + ansistring (for real this time)
2018-04-24 Wuzzy Change KeyBindToName to shortstring
2018-04-24 Wuzzy Pas2C: Add support for char + ansistring
2018-04-24 Wuzzy Partial fix of Pas2C parsing problems (part 1: uGearsHandlersMess)
2018-04-21 Wuzzy New Lua call: Retreat, to force turn into Retreat time
2018-04-19 Wuzzy Fix incorrect check for iPhone macro in hwconsts.h
2018-04-19 Wuzzy Fix outdated Qt CMake dependency for OS X
2018-04-18 Wuzzy Added tag 0.9.24.1-release for changeset afc089c39556
2018-04-18 Wuzzy Removed tag 0.9.24.1-release 0.9.24.1-release
2018-04-18 Wuzzy Update changelog
2018-04-18 nemo Added tag 0.9.24.1-release for changeset ea98a45452e5
2018-04-18 nemo Removed tag 0.9.24.1-release
2018-04-18 nemo bump cpack .24 to .24.1, make the moc filter broader
2018-04-18 nemo Added tag 0.9.24.1-release for changeset 3f2ee2f9b51d
2018-04-17 alfadur fix/workaround for fullscreen crash in 0.9.24
2018-04-17 nemo 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 Wuzzy Fix crash when firing portal gun at low quality graphics
2018-04-16 Wuzzy Added tag 0.9.24-release for changeset a4e7e62f2c0d
2018-04-15 unc0rr Install platforms dir too 0.9.24-release
2018-04-13 nemo enable stretchLastSection
2018-04-13 nemo wuzzy is a spoilsport
2018-04-13 alfadur Stop minigun sound when gtMinigun is destroyed
2018-04-13 nemo 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-12 alfadur Fix bullet trails overlapping when the pass through wrap or bounce world edge
2018-04-12 Wuzzy Use QDir::Files to read ammo schemes
2018-04-12 Wuzzy Don't let hedgehogs moan if they take 0 Sudden Death damage
2018-04-11 alfadur Fix minigun bullets hitting shooter when it hits hog on other side of world wrap
2018-04-11 Wuzzy Update changelog
2018-04-11 nemo merge with 0.9.23, pulling in unc0rr's desync fix
2018-04-07 sheepluva cleanup whitespaces, add braces to for loops
2018-04-07 alfadur I guess "Fix weapon scheme lookup being unnecesarily persisted"?.. or something
2018-04-07 sheepluva Quick Game: ignore hidden themes
2018-04-07 sheepluva Fix segfault on game halt (if no logfile)
2018-04-06 nemo 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-04 Wuzzy Remove “mission accomplished” victory message, might be confusing
2018-04-04 Wuzzy Show simple drop-down icon next to key binder widget
2018-04-04 Wuzzy Update changelog
2018-04-04 Wuzzy Update locale files
2018-03-30 unc0rr Improve error message a bit
2018-03-30 nemo oups
2018-03-30 nemo add title manipulation
2018-03-30 unc0rr Bump protocol version, update sources in preparation for .24 release
2018-03-30 nemo simple optimised svg of the low detail hedgehog for use in .desktop files and such
2018-03-30 Wuzzy Travis: Drop zoogie PPA, drop ImageMagick from apt-get line
2018-03-30 Wuzzy Travis: Upgrade to Ubuntu xenial, drop libghc-parsec3-dev
2018-03-30 Wuzzy CMake: Make sure Qt5 is also found on OS X after installing it via Homebrew
2018-03-30 Wuzzy Fix Qt5 in .travis.yml for Ubuntu (hopefully)
2018-03-30 nemo Backed out changeset e9caada3aac1 - < LocutusOfBorg> dpkg-shlibdeps: error: no dependency information < LocutusOfBorg> Hint: check if the library actually comes from a package.
2018-03-28 Wuzzy Update .travis.yml to include Qt5 stuff
2018-03-28 Wuzzy Add greno4ka to credits for Russian translation contribution
2018-03-28 greno4ka Slightly update russian localization
2018-03-28 LocutusOfBorg Remove useless libghc-stm-dev from build
2018-03-28 Wuzzy CMake for server: Pass -dynamic flag to ghc
2018-03-28 Wuzzy CMake: Rework Haskell package detection, use ghc-pkg to detect packages
2018-03-28 Wuzzy Grenade Training: Add warm-up sequence, introduce timer in separate mission panel
2018-03-27 Wuzzy Fix compile fail due to dependency in Qt 5.10 in pagevideos.cpp
2018-03-27 Wuzzy Add voice pack sound fallbacks also for sndOoff{2,3} and sndOw{2,4}
2018-03-27 Wuzzy Fix broken fallback to sndFirePunch1 if sndFirePunch{2,6} is missing
2018-03-27 Wuzzy Videos frontend page: Locale-aware text formatting
2018-03-27 nemo might as well put this after the last mining
2018-03-27 Wuzzy Fix team files and settings not saving properly, and remove FileEngine stuff from DLC
2018-03-27 Wuzzy ThemeFilterProxyModel: Fix filter function containing a path with no return value
2018-03-26 Wuzzy Flying portal balls now spawn a few spark effects
2018-03-24 nemo oops
2018-03-24 Wuzzy Update German Lua translation
2018-03-24 Wuzzy ShoppaMap: Can change map complexity with slider, remove script param “pad”
2018-03-24 Wuzzy ShoppaMap: Delete unused/dead code
2018-03-24 Wuzzy TechRacer: Remove script parameter “helpDisabled”
2018-03-24 nemo bug #598 - this was kinda entertaining but is, yeah, a bit too weird
2018-03-24 Wuzzy Highlander: Rename “mode=orig” to “multiuse=true” and explain the meaning of this scriptparam in mision panel
2018-03-23 Wuzzy Change how locale is loaded in frontend, and fix some bugs
2018-03-23 Wuzzy The Specialits: Use gfSwitchHog for hog switching and delete the terrible Lua hacks
2018-03-23 Wuzzy Add new game flag gfSwitchHog, enable hog switching at turn start
2018-03-22 Wuzzy Change appearance of Art theme in Sudden Death
2018-03-22 Wuzzy Lua API: Add Explode function
2018-03-22 Wuzzy Improve Sudden Death theming of Eyes and Deepspace
2018-03-22 Wuzzy Fix some artifacts in contour of horizont.png of Planes theme
2018-03-22 Wuzzy Add icons to background themes; allow to hide themes explicitly by adding “hidden” key to theme.cfg
2018-03-22 Wuzzy If delegating room control, reset map of new master, if map is missing
2018-03-22 Wuzzy QTfrontent: Print map and style name in red, if missing. And update map label after delegation
2018-03-22 Wuzzy Set plain text mode for gamecfg labels (scheme, style)
2018-03-22 Wuzzy Display style name correctly if host selects a style you don't have
2018-03-21 Wuzzy Change CrazyMission preview, change portal map theme to Hell
2018-03-21 Wuzzy Fix initial map preview being broken when joining room, part 2
2018-03-21 Wuzzy Partially fix wrong preview when joining host room with missing map
2018-03-21 Wuzzy Add some isNull checks for some strings in mapContainer
2018-03-20 Wuzzy Fix incorrect preview when selecting image map the first time in session
2018-03-19 Wuzzy Fix theme chooser failing to filter themes by name
2018-03-19 Wuzzy Force proper map and theme reset when host delegates to you if you don't have the map or theme
2018-03-19 Wuzzy Map container: Add question mark in front of missing theme name
2018-03-19 Wuzzy Tweak map preview background colors
2018-03-19 Wuzzy Fix map type combo box being disabled for good when you select image or mission map
2018-03-19 Wuzzy Check existance of theme icon before loading it
2018-03-18 Wuzzy Shorten and wrap map name properly when viewing room as non-master
2018-03-18 Wuzzy Fix some map preview properly problems when host switches to image map mode w/ you missing the map
2018-03-18 Wuzzy Show error icon when selected theme is missing
2018-03-18 Wuzzy Add IsHiddenRole to ThemeModel for hidden themes
2018-03-18 Wuzzy ThemeModel: Filter themes based on IsDlcRole rather than string-based
2018-03-18 Wuzzy Online room: Display error image in preview when host selects a map you don't have
2018-03-18 antonc27 - 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-17 Wuzzy Multiplayer page: Properly disable scheme/style/weapons widgets when changing style or mission map
2018-03-17 Wuzzy Don't gray out images of disabled ToggleButtons as its a little too hard on the eyes
2018-03-17 antonc27 - New AppIcon (no more black background!) ios-develop
2018-03-17 antonc27 - Migrate AppIcons to xcassets ios-develop
2018-03-17 unC0Rr Fix crasher
2018-03-17 antonc27 - Missing languages ios-develop
2018-03-17 antonc27 - Use two-letter language descriptor for localisations ios-develop
2018-03-17 Wuzzy Show sidNoEndTurn text for most weapons when in inf attack mode
2018-03-17 Wuzzy Draw map page: Fix pen size being changed after loading a map
2018-03-17 Wuzzy Fix speech bubble briefly rendering at (0,0) after spawning
2018-03-17 Wuzzy Remove ugly empty rectangle in empty active teams list for real
2018-03-17 Wuzzy Fix simple team hats (32×64) not tinting correctly while on rope or using blowtorch
2018-03-17 Wuzzy Remove “Upload to YouTube” functionality which has been broken for years
2018-03-16 Wuzzy Various minor frontend CSS tweaks
2018-03-16 Wuzzy QTfrontend: Remove ugly rectangle in list of active teams when there are no teams
2018-03-16 antonc27 - Hide 'Campaign' button (not ready on iOS...) ios-develop
2018-03-16 Wuzzy Frontend: Properly “gray out” most disabled widgets (a lot of them weren't)
2018-03-16 Wuzzy Some padding tweaks in options and team editor pages. Fixes insane width of context menu of hog name line edit
2018-03-16 Wuzzy Make video metadata strings translatable in frontend
2018-03-15 antonc27 - Fix archiving (?) ios-develop
2018-03-15 antonc27 - Pause game when it goes background (do not show anymore annoying 'confirm quit') ios-develop
2018-03-15 antonc27 - Do not delete Beach theme (it's official one now) ios-develop
2018-03-15 Wuzzy Drop Qt XML from dependencies. QXmlStreamReader is part of QtCore
2018-03-15 Wuzzy Remove Qt SVG and Qt OpenGL as hard dependencies
2018-03-15 Wuzzy Mutant: When game ends prematurely due to missing land, declare highest-scoring team the winner
2018-03-15 Wuzzy Mutant: Fix graph title on game draw
2018-03-15 Wuzzy Make chart in stats screen support negative numbers. Fixes e.g. Mutant
2018-03-15 Wuzzy Fix broken stats chart bounding box
2018-03-15 Wuzzy Lua API: Fix not updating CursorX/CursorY properly when moving cursor at screen border
2018-03-15 Wuzzy Clear drawn maps in TechRacer
2018-03-15 Wuzzy gtGenericFaller: Use Tag=1 to allow gtGenericFaller to be displaced randomly. Otherwise it is left alone
2018-03-15 Wuzzy Take radius into account when drawing gtGenericFaller
2018-03-14 Wuzzy Add default directory DrawnMaps to put hand-drawn maps into
2018-03-14 Wuzzy Merge unC0Rr's broken preview fix
2018-03-14 Wuzzy Update frontend translations
2018-03-14 Wuzzy Drawn map menu: Add spin box to change brush size by hand
2018-03-14 unc0rr Fix broken previews for me, pepper with comments on logic. Probably makes it fail for windows users again.
2018-03-14 Wuzzy Add images for radio buttons, add hover and pressed images for checkboxes
2018-03-14 Wuzzy Fix weird scaling of draw map widget
2018-03-14 Wuzzy Drawn map page: Move save and load buttons, fix points label overlap
2018-03-14 Wuzzy Drawn map page: Enable antialiasing, turn eraser cursor red
2018-03-14 Wuzzy Fix cursor circle being too large in drawn map editor
2018-03-14 Wuzzy Backed out changeset 3a110dcb6e87 (Qt color chooser)
2018-03-14 nemo 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 Wuzzy Add voicepack: Russian_pl (by mtg90pl)
2018-03-14 antonc27 - Fix missions path, still needs refactoring... ios-develop
2018-03-14 Wuzzy Fix frontend from messing with legacy schemes.ini, just read it, never write
2018-03-14 Wuzzy Rename the misleadingly-named AmmoSchemeModel to GameSchemeModel
2018-03-14 Wuzzy Game scheme handling: Use QFile instead of QSettings for increased efficiency
2018-03-14 Wuzzy Fix bad import of old ammo schemes, improve debug output when importing schemes from old .ini files
2018-03-14 Wuzzy Remove old Qt4 workaround for missing language name of Scottish Gaelic
2018-03-14 Wuzzy Force color dialog to use Qt style. Fixes some issues
2018-03-13 antonc27 - Fix missions regression: presentation of list is good, still problem with path during launching ios-develop
2018-03-13 antonc27 - Fix missions regression: refactoring, WIP ios-develop
2018-03-13 Wuzzy Update German Lua translation
2018-03-13 Wuzzy Movement Training: Revert ice girder color for consistency with TechRacer and HedgeEditor
2018-03-13 unc0rr Merge qt5transition into default
2018-03-13 Wuzzy Movement training: Tweak some sprite visuals
2018-03-13 unc0rr Workaround for the weird new qgraphicsview/qgraphicsscene fitInView behavior qt5transition
2018-03-13 Wuzzy Movement Training: Make the use of the mission panel clearer and harder to overlook
2018-03-13 Wuzzy Basic Bazooka Training: Add one more target, make limited ammo section easier, add more hints
2018-03-13 Wuzzy Rope Training: Place the second-last target at a more reasonable position
2018-03-13 Wuzzy Frontend: Fix built-in Qt translations not loaded properly qt5transition
2018-03-13 Wuzzy Update INSTALL.md about new Qt5 dependency qt5transition
2018-03-13 Wuzzy Fix buggy Qt5 style detection causing segfault on Arch Linux w/ qt5-style-plugins qt5transition
2018-03-13 nemo 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 nemo seems to help styling some - some CSS tweaks may still be needed - lobby for example qt5transition
2018-03-13 Wuzzy Update .hgignore to ignore new Qt's moc_ and qrc_ files qt5transition
2018-03-12 Wuzzy Also update default binds for SDL2 keypad names qt5transition
2018-03-12 nemo these changed, presumably in SDL2 - might want to review all the others qt5transition
2018-03-12 Wuzzy Use visible team count instead of total team count to determine rendered team bar height
2018-03-12 Wuzzy Remove rubber duck from BRW, RW and most weapon schemes for now
2018-03-12 Wuzzy Use onSkipTurn in scripts to detect turn skips
2018-03-12 Wuzzy Lua API: Add onSkipTurn callback, called when hog skips
2018-03-12 Wuzzy Lua API: Add SkipTurn() to replace ParseCommand("skip")
2018-03-12 Wuzzy ACF7: Add one pick hammer in crate
2018-03-11 alfadur Fix minigun bullets sometimes failing to hit when shooting same thing twice in row
2018-03-11 antonc27 - Remember user settings on app update ios-develop
2018-03-11 antonc27 - Some not-so-important pretty formatting ios-develop
2018-03-11 Wuzzy Bazooka/Grenade Training: Make weapon selection detection future-proof
2018-03-11 antonc27 Merge from 0.9.23 ios-develop
2018-03-11 alfadur Change minigun sound once again, lower pitch
2018-03-11 Wuzzy ASA_cosmos: Fix game not ending when hero dies after being seen by Guards
2018-03-11 alfadur Add new minigun sound
2018-03-10 Wuzzy Update Qt and Lua translation files
2018-03-10 unc0rr Fix disabled button rendering qt5transition
2018-03-10 unc0rr - Fix insane width of lines in health graphic qt5transition
2018-03-10 Wuzzy uLocale: Fix broken Format function
2018-03-10 Wuzzy Make a few more engine strings translatable
2018-03-10 Wuzzy ClimeHome: Show messages when cake is nearby and when reaching home
2018-03-10 Wuzzy Minigun: Move attack timer to Karma to make gear type more Lua-friendly
2018-03-10 Wuzzy Reduce number of minigun bullets from 71 to 70
2018-03-09 alfadur Fix minigun not pausing the turn timer properly
2018-03-09 alfadur Improve appearance of bullet trails, slight fade out at beginning
2018-03-09 Wuzzy When using seduction, only show “CENSORED” text in English locale
2018-03-09 Wuzzy Nerf minigun in Default ammo scheme
2018-03-09 alfadur Fix minigun bullet impact image being drawn over hog sometimes
2018-03-09 alfadur Fix direction of dispensed bullet shells from shotgun/sniper/minigun
2018-03-09 Wuzzy ACF8: Fix invisible cyborg sometimes blocking the way
2018-03-09 Wuzzy A Classic Fairytale: Harden all missions against missing campaign variables in team file and assume default values
2018-03-09 Wuzzy ACF9: Fix cannibal talking to himself in cut scene if playing with 3 natives instead of 4
2018-03-09 Wuzzy ACF6: Change mines, remove mines placed at unfair positions
2018-03-09 Wuzzy ACF3: Fix cannibals sometimes doing nothing for a full turn
2018-03-09 Wuzzy ACF1: Hide Cannibals team before it appears
2018-03-09 Wuzzy Hide team bar if all hedgehogs in it are hidden or dead
2018-03-09 Wuzzy ACF: Only use standard team colors
2018-03-09 Wuzzy ACF7: Fix incorrect hog name used in speech bubble
2018-03-09 Wuzzy Update German Lua translation
2018-03-08 Wuzzy Merge unC0Rr's control fixes
2018-03-08 Wuzzy ACF7: Make hogs talk when you complete a part of the second mission goal (reach princess / free friends)
2018-03-08 Wuzzy ACF7: Fix incorrect hog name mentioned in 2nd mission text
2018-03-08 Wuzzy AI: Don't use tardis when in multishoot and not inf attack
2018-03-08 unc0rr Fix new binds system for real
2018-03-08 unc0rr This should fix crash with custom bindings
2018-03-08 jose1711 Update Slovak translation
2018-03-08 Wuzzy Racer: Draw waypoint outline around cursor while in placement phase
2018-03-08 Wuzzy Merge server stuff from alfadur
2018-03-08 Wuzzy HedgeEditor: Show waypoint preview
2018-03-08 Wuzzy HedgeEditor: Fix sndIncoming playing for placing stuff, add many sound effects
2018-03-08 Wuzzy HedgeEditor: Clean up messy HWP overwrites
2018-03-08 Wuzzy Racer: No longer play Incoming or Missed sound
2018-03-08 Wuzzy Construction Mode: Fix annoying Incoming voice and other sound issues
2018-03-08 Wuzzy Lua API: PlaySound: Add 3rd parameter instaVoice to instantly play voice
2018-03-08 Wuzzy Lua API: Add SetSoundMask to disable playing certain sounds
2018-03-08 Wuzzy ACF2: Make all Weaklings on worst CPU level
2018-03-08 alfadur separated the server logic from all the async io mess.
2018-03-08 Wuzzy ACF: Reduce computer hog levels in missions 2 and 6.
2018-03-08 Wuzzy CTF_Blizzard: Force clan limit of 2. Auto-remove excess hogs
2018-03-08 Wuzzy CTF_Blizzard: Dump dead code / out-commented code
2018-03-08 Wuzzy CTF: Write hog with most captures in stats screen
2018-03-08 Wuzzy CTF: Say "clan" instead of "team" in mission panel
2018-03-08 Wuzzy CTF: Show team scores and score graph in stats screen
2018-03-08 Wuzzy CTF: Don't disable home flag after capture
2018-03-08 Wuzzy CTF: Allow to be played with more than 2 clans
2018-03-08 Wuzzy CTF: Drop flag when carrier uses piano strike
(0) -10000 -3000 -1000 -480 +480 +1000 tip