2019-05-01 alfadur add visual notification on room joins
2019-05-01 alfadur fix accepting on wrong server socket
2019-04-30 Wuzzy Merge alfadur's commits
2019-04-30 Wuzzy Sdlkeys.cpp: Move delete key
2019-04-30 Wuzzy Frontend: Refactor detection of keyboard keys in sdlkeys[]
2019-04-30 alfadur upgrade to QSslSocket
2019-04-30 alfadur add argument flag for tls connections
2019-04-30 Wuzzy Update German locale
2019-04-30 Wuzzy Update English frontend locale
2019-04-30 Wuzzy Update locale files
2019-04-30 Wuzzy Refactor decimal separator to make Pas2C happy
2019-04-30 Wuzzy Fix Pas2C failing to include SysUtils
2019-04-30 nemo Backed out changeset 13589d529899
2019-04-30 Wuzzy Force-enable NOVIDEOREC when building PAS2C due to bug 722
2019-04-30 Wuzzy Frontend: Slightly increase size+padding for QLineEdit, QSpinBox
2019-04-30 Wuzzy Use Qt style "Windows", remove optional dependency on qtstyleplugins
2019-04-30 Wuzzy Add explicit custom scroll bar style
2019-04-29 unc0rr Implement external events approach to input user actions into engine.
2019-04-29 Wuzzy Don't save "!MULTI" pseudo-key into team files
2019-04-29 Wuzzy Fix crash when pressing key bind reset button in settings
2019-04-29 Wuzzy sdlkeys.cpp: Remove keys without physical representation
2019-04-29 Wuzzy Frontend: Make "missing key name" warning more generic
2019-04-29 Wuzzy Match key names in sdlkeys with SDL-pretty printed names (for localization)
2019-04-29 Wuzzy Frontend: Fix wrong keyboard key names being displayed with regard to keyboard layout
2019-04-27 alfadur don't redirect to self
2019-04-27 Wuzzy Show key combinations in controls config menu (read-only)
2019-04-27 Wuzzy Add support for 4th and 5th mouse button
2019-04-27 Wuzzy Move Hedgewars key IDs to CSV file
2019-04-27 Wuzzy Make key ID generation algorithm more useful
2019-04-26 unc0rr Fix some minor problems with new frontend code
2019-04-26 unc0rr Limit room name change rate
2019-04-25 Wuzzy Merge
2019-04-25 Wuzzy Prevent entering “/”, “\” and “:” in team and scheme names.
2019-04-25 alfadur accept redirect messages
2019-04-25 Wuzzy Escape HTML chars in stats screen
2019-04-25 Wuzzy Frontend: Force plain text mode for many message windows
2019-04-25 alfadur add redirect message
2019-04-25 Wuzzy Merge alfadur's Opus commit and more
2019-04-25 Wuzzy Fix some Qt<->SDL key mappings
2019-04-25 Wuzzy Add lookup table for Hedgewars key IDs instead of generating IDs on the fly
2019-04-24 alfadur enable sdl_mixer opus support if possible
2019-04-24 alfadur allow running plaintext and tls servers in parallel
2019-04-23 Wuzzy Change init theme to Nature
2019-04-23 Wuzzy Change theme to Nature if changing from background-only or hidden theme to a generated map type
2019-04-23 Wuzzy Change color of fallback border/land texture in Planes theme to brown
2019-04-23 Wuzzy Fix some ugly weirdness in fallback land/border textures of Blox/Eyes themes
2019-04-20 Wuzzy Space Invasion: Fix missing arg in math.min
2019-04-20 Wuzzy Space Invasion: Fix possibility to go over shield limit with param
2019-04-20 Wuzzy Space Invasion: Fix minor visual glitches of shield
2019-04-20 Wuzzy Update changelog WRT sounds
2019-04-20 Wuzzy Remove redundant PoisonCough/PoisonMoan sound files
2019-04-20 Wuzzy Separate Yoohoo.ogg into "Yoohoo" voice and kiss sound
2019-04-20 Wuzzy Poison taunts: Fall back to Default voice if missing
2019-04-19 Wuzzy Update changelog WRT translations
2019-04-19 Wuzzy Don't include Arabic in release (RTL support is broken)
2019-04-19 Wuzzy Add yuenfu to credits for Chinese translation
2019-04-19 yuenfu Update Chinese (zh_CN, zh_TW) translation: Frontend and engine
2019-04-19 yuenfu Add Chinese (zh_TW) translation for campaigns and missions
2019-04-19 Wuzzy SimpleMission: Fix incorrect documentation for distGearGear and distGearPos
2019-04-19 Wuzzy SimpleMission: Fix Lua error spam when a goal fails
2019-04-19 Wuzzy Add integerSqrt and integerHypotenuse to Utils lib
2019-04-19 Wuzzy Select appropriate schemes when taking room control (bug 461)
2019-04-18 Wuzzy Fix camera jumping around in touchscreen mode
2019-04-18 Wuzzy Refactor mouse movement handling
2019-04-15 alfadur add support for multiple ping probes
2019-04-15 Wuzzy Fix some typos and minor grammar issues in main menu tips
2019-04-15 Wuzzy Remove outdated main menu tip
2019-04-15 Wuzzy Add extra button in main menu for opening credits page
2019-04-15 alfadur add client timeouts
2019-04-12 alfadur fix info response
2019-04-12 alfadur don't show incompatible rooms
2019-04-12 alfadur fix client ingame flag
2019-04-12 alfadur restore setup sending on room join
2019-04-12 alfadur fix room exiting
2019-04-12 alfadur add missing room joined message
2019-04-12 alfadur start by actually handling client messages
2019-04-12 alfadur add parser error handling
2019-04-12 alfadur a bit more option error handling
2019-04-12 nemo I was out of date again...
2019-04-12 nemo ugly hacked in argument for port to remove unc0rr's excuse
2019-04-11 alfadur improve lobby joining
2019-04-11 alfadur fix room master change
2019-04-11 alfadur implement stats message
2019-04-11 alfadur implement maxteams and teamchat messages
2019-04-10 alfadur implement follow message
2019-04-10 alfadur implement info, registered only & super power messages
2019-04-10 alfadur implement watch message apart from replay deserializing
2019-04-10 alfadur implememg global&delegate messages
2019-04-10 alfadur implement server vars
2019-04-10 alfadur add typed protocol flags
2019-04-09 alfadur fix lobby joining
2019-04-09 alfadur move room saves to IO thread
2019-04-09 alfadur add a thread for internal server IO and implement account checking with it
2019-04-08 Wuzzy Fix bugs when entering speech bubble commands during hog placement phase
2019-04-08 alfadur move parser tests into test module
2019-04-08 Wuzzy ACF5: Fix Lua error when not hitting traitor in first turn
2019-04-08 alfadur port server parser to nom 5
2019-04-08 Wuzzy ACF5: Fix crash when skipping wave2 cut sequence with cyborg
2019-04-08 Wuzzy WxW: Play taunt if crate spawns between turns
2019-04-08 Wuzzy WxW: Don't register wall touch if not gstHHDriven
2019-04-08 Wuzzy WxW: Hide crate radar when no active hog
2019-04-08 Wuzzy WxW: If walls are disabled, spawn crate between turns
2019-04-08 Wuzzy Battalion: Properly spawn crate between turns
2019-04-08 Wuzzy New callback: onCaseDrop (called when engine MIGHT drop a crate)
2019-04-08 Wuzzy Clean up Sudden Death messages and animations in Battalion
2019-04-08 Wuzzy Don't show hog health in gfInvulnerable mode
2019-04-08 Wuzzy Fix map preview not matching actual map
2019-04-08 Wuzzy Computer hog no longer walks into player-placed mines if >= 90% duds
2019-04-07 Wuzzy Fix floating pixels if wielding and rotating cleaver
2019-04-07 Wuzzy Update changelog
2019-04-07 Wuzzy Fix health crate health display not respecting Karma value properly
2019-04-07 Wuzzy Update health crate tooltips in missions with fake health crates
2019-04-07 Wuzzy Hide health of fake health crates
2019-04-07 Wuzzy Don't show SMine timer if drowning
2019-04-07 Wuzzy Fix coloring of mine timers
2019-04-07 Wuzzy Fix missing escaping of colon in engine locale files
2019-04-07 Wuzzy Add support for decimal point of displayed mine timer
2019-04-07 Wuzzy Renew crate health display when health changed
2019-04-07 Wuzzy Don't render barrel health after loading savegame
2019-04-07 Wuzzy Don't explose mine timer in game if random (using Karma value)
2019-04-07 Wuzzy HedgeEditor: Remove gear info tags
2019-04-07 Wuzzy Render mine timer if gear info is active
2019-04-07 Wuzzy Add key to display extra gear info tags
2019-04-03 Wuzzy Fix air mine not colliding with crates initially (bug 679)
2019-04-02 Wuzzy Fix uninitialized alpha values of rendered text
2019-04-02 Wuzzy Flip meaning of "inverted" color images
2019-04-02 Wuzzy Refactor IsTooDarkToRead to fix pas2c crash
2019-04-02 Wuzzy Fix target marker rendering issues in weWrap
2019-04-02 alfadur optimize atlas pruning
2019-04-02 Wuzzy Fix air attack placement in HedgeEditor/Construction Mode
2019-04-01 Wuzzy Fix team bar height depending on NameTex
2019-04-01 Wuzzy Fix inconsistencies in guest nick name generation
2019-04-01 Wuzzy Properly right-align sidFPS
2019-04-01 Wuzzy Make team bars 1 pixel higher
2019-04-01 Wuzzy Make dark clan colors visible in stats screen
2019-04-01 Wuzzy Invert colors if clan color is very dark
2019-04-01 Wuzzy Fix turn end if placing air attack in bouncy world edge map was denied
2019-04-01 Wuzzy Nemo is right, it's better to set hedgehog pos in uGearsList
2019-04-01 Wuzzy Hedgehogs: Move setting of random pos to chAddHH
2019-04-01 Wuzzy Fix right limit of piano placement in bounce world edge
2019-04-01 Wuzzy Update German translation
2019-04-01 Wuzzy Update locale files
2019-03-27 alfadur add gear renderer module
2019-03-27 alfadur fix atlas.insert_set
2019-03-27 alfadur fix atlas.insert for real this time
2019-03-27 alfadur actually atlas tests were also broken
2019-03-27 alfadur fix atlas.insert
2019-03-27 nemo Backed out changeset f9f71cccb5c3 - Wuzzy is right, the license is incompatible.
2019-03-26 alfadur finetune atlas proptest
2019-03-26 alfadur proptest atlas, find 🐛🐜🦋
2019-03-26 nemo Mashup of Symbola and DejaVu Bold so that we aren't missing any characters.
2019-03-25 alfadur save more of the atlas
2019-03-24 alfadur add blending to map
2019-03-24 alfadur move projection matrix into camera
2019-03-23 alfadur rescue the atlas
2019-03-22 alfadur add random falling stuff
2019-03-22 alfadur merge
2019-03-22 alfadur a bit of cleanup
2019-03-22 unc0rr Allow to move camera around
2019-03-22 unc0rr Detect and handle resize
2019-03-22 alfadur center camera on land
2019-03-22 alfadur collapse mapgen back
2019-03-22 alfadur fix zoom
2019-03-22 alfadur fix texture initialization
2019-03-22 alfadur reeneble render from frontend
2019-03-22 alfadur init gl in frontend interface
2019-03-22 alfadur make world renderer optional + fmt
2019-03-22 alfadur move camera into engine
2019-03-22 alfadur update module structure
2019-03-22 fkaa add basic map rendering with gl
2019-03-20 alfadur allow fp! take denominator tokens
2019-03-06 nemo remove one of the 2 tint inlines
2019-03-05 nemo remove random order. should let scheme override
2019-02-14 nemo give frozen hogs a break
2019-02-07 alfadur fix some warnings
2019-02-07 alfadur fix client removal
2019-02-07 alfadur fix official server build & bump dependencies
2019-02-07 alfadur remove lobby room
2019-02-07 alfadur add server anteroom
2019-02-07 alfadur add data structure for extending slabs
2019-02-06 alfadur reconnect some message handlers
2019-02-06 alfadur Server action refactoring part N of N
2019-02-06 alfadur Server action refactoring part C of N
2019-02-06 alfadur Server action refactoring part B of N
2019-02-05 alfadur Server action refactoring part A of N
2019-02-05 alfadur Server action refactoring part 9 of N
2019-02-05 alfadur revert bc267f6b29d7
2019-02-05 alfadur use literal bans by default
2019-02-05 alfadur Server action refactoring part 8 of N
2019-02-05 Wuzzy Prevent displaying "Volume: 0%" when not exactly 0
2019-02-05 Wuzzy Fix precise volume change being a bit buggy
2019-02-05 Wuzzy Properly enforce zoom bounds again when changing zoom
(0) -10000 -3000 -1000 -192 +192 +1000 tip