2018-10-26 Wuzzy Add separate sound symbols for case impact and extra damage
2018-10-26 Wuzzy CS: Highlight "Available weapon specials:" as well
2018-10-26 Wuzzy Continental supplies: Highlight "Special weapons:" line in mission panel
2018-10-26 Wuzzy Add sound for landspray
2018-10-26 Wuzzy Add ice beam idle sound
2018-10-26 Wuzzy Add flamethrower sound
2018-10-26 Wuzzy Prettify the menu arrows in WxW
2018-10-26 Wuzzy Use colon after "Disclaimer" in timebox/portalgun descriptinons
2018-10-26 Wuzzy Allow to escape | and : character in engine translation files
2018-10-26 Wuzzy Engine translation: With '::' can now suppress colons for highlighting
2018-10-26 Wuzzy If u play Piano, you can now hear the notes if sound effects OR music is enabled
2018-10-26 Wuzzy Properly play Valkyries music in Rope Knock Challenge (no more music overlap)
2018-10-26 Wuzzy Add PlayMusicSound/StopMusicSound to Lua API
2018-10-26 Wuzzy Refactor usage of sndRideOfTheValkyries, now can play if music is on and sound is off
2018-10-25 Wuzzy Fix freezer ray extending with low fuel usage when firing straight up/down while holding up/down key
2018-10-25 unc0rr Fix bug 651: sliding hog firing rope could end up stuck in land right after the rope has attached
2018-10-25 alfadur some more ja.txt fixes
2018-10-25 alfadur additional descriptions for ja.txt
2018-10-25 Wuzzy Remove double space at end of chat messages from server
2018-10-25 Wuzzy Frontend: Make sure special nicks always show up in square brackets
2018-10-25 Wuzzy Add a new king death message
2018-10-25 Wuzzy Allow duplicate placeholders in engine strings
2018-10-25 alfadur more ja.txt fixes
2018-10-25 Wuzzy Add script to check engine locale files for problems
2018-10-25 Wuzzy Remove string with duplicate placeholder in sk.txt
2018-10-25 Wuzzy Fix incorrect string number for Slovak strings for King death
2018-10-25 Wuzzy Support CJK fonts for sidFPS as well
2018-10-25 Wuzzy Add CJK font support for sidAmmoCount
2018-10-25 alfadur fix some of Wuzzy's rage
2018-10-25 alfadur some ja.txt corrections
2018-10-25 alfadur update ja.txt
2018-10-24 unc0rr Also report chat and added rooms in log
2018-10-24 Wuzzy Fix hog can drop more than 2 s. mines if first one was dropped from utility, then stop using that utility
2018-10-24 unc0rr Finish hedgewars-checker implementation
2018-10-24 nemo disable basic comment support 'cause lua is nuts
2018-10-23 unc0rr Create replay file, run engine, result from it and send it to the server. Not implemented: filtering of engine output.
2018-10-23 unc0rr Start checker implementation in rust
2018-10-23 unc0rr Fix silly loop
2018-10-20 unc0rr Add --protocol option to engine
2018-10-18 alfadur change draw_thick_line iteration order to benchmark winner
2018-10-18 unc0rr Change Land2D::fill() arguments a bit
2018-10-18 unc0rr Fix ArcPoints never finishing
2018-10-18 alfadur revert 2354264ab0b0
2018-10-18 alfadur apply some codegolfing for dubious reasons
2018-10-18 unc0rr Use integral-geometry iterators to implement Land2D::draw_thick_line, remove no longer unused functions from Land2D
2018-10-18 unc0rr Don't generate unnecessary duplication in case of equal coordinates
2018-10-18 unc0rr Add EquidistantPoints iterator to help iterating over all points of circles
2018-10-18 unc0rr Implement ArcPoints iterator for circles
2018-10-18 alfadur put back land2d.map accidentally replaced by testing code
2018-10-18 alfadur fix fppoint.max_norm
2018-10-18 alfadur move point struct into integral-geometry and use it to refactor a bit
2018-10-17 unc0rr Improve test a bit
2018-10-17 unc0rr Make use of LinePoints in Land2D::draw_line
2018-10-17 unc0rr Introduce integral-geometry crate, implement LinePoints iterator
2018-10-17 unc0rr Raise levels of abstraction to implement draw_thick_line() avoiding code duplication
2018-10-17 Wuzzy Lua: Add PLATFORM global var to distinguish between desktop and mobile builds
2018-10-17 alfadur add left scalar operations to fpnum
2018-10-16 unc0rr Implement Land2D::change_round()
2018-10-16 unc0rr Implement get_unchecked* functions for Vec2D
2018-10-16 alfadur add opassign implementations
2018-10-16 alfadur make methods public
2018-10-16 alfadur add scalar operations
2018-10-16 alfadur fix test
2018-10-16 alfadur add more fpnum functions
2018-10-15 unc0rr Implement Land2D::fill() + tests
2018-10-15 alfadur Add basic windows build script
2018-10-15 alfadur fix library names in engine
2018-10-15 unc0rr Make parameters meaning more obvious
2018-10-15 nemo tag both as overloadable - seems to satisfy clang 3.4
2018-10-15 alfadur fix path to ppas.bat to avoid confusing nmake
2018-10-15 nemo add back accidentally removed sections
2018-10-14 unc0rr Start land2d library implementation: draw_line() method
2018-10-14 unc0rr Add get_mut() to Vec2D
2018-10-14 unc0rr Simplify Vec2D::new() a bit
2018-10-14 alfadur remove old sdl headers and libs in support of recent deletionism spirit
2018-10-14 alfadur .. or rather move calling conventions to proper position
2018-10-14 alfadur set proper sdl calling convention for vcpkg builds
2018-10-14 unc0rr Implement vec2d library to use for land arrays in the future
2018-10-14 alfadur fix frontend compatibility issues
2018-10-14 alfadur use correct compiler flags
2018-10-14 unc0rr Start work on landgen rust lib
2018-10-14 unc0rr Remove more dead code from uLandOutline
2018-10-14 alfadur don't use -Wextra when building with vcpkg
2018-10-14 alfadur add extra rule for negative integers
2018-10-14 unc0rr Implement Iterator trait for LaggedFibonacciPRNG
2018-10-14 unc0rr Remove some dead code from template-based land gen
2018-10-14 nemo reorder params, deleted obsolete *_passes
2018-10-14 alfadur fix return name and bound type
2018-10-14 alfadur remove extra begin
2018-10-14 alfadur add missing .
2018-10-14 unc0rr Convert uLandTemplates into yaml file
2018-10-14 nemo one more merge
2018-10-14 alfadur merge
2018-10-14 alfadur merge
2018-10-13 alfadur improve stability for checks
2018-10-13 alfadur fix offsets
(0) -10000 -3000 -1000 -300 -100 -96 +96 +100 +300 +1000 tip