Fri, 26 Oct 2018 17:51:43 +0200 Wuzzy Add flamethrower, ice_beam_idle and landgun sound files which I have forgotten
Fri, 26 Oct 2018 17:38:14 +0200 Wuzzy Add separate sound symbols for case impact and extra damage
Fri, 26 Oct 2018 16:33:41 +0200 Wuzzy CS: Highlight "Available weapon specials:" as well
Fri, 26 Oct 2018 16:11:51 +0200 Wuzzy Continental supplies: Highlight "Special weapons:" line in mission panel
Fri, 26 Oct 2018 15:55:48 +0200 Wuzzy Add sound for landspray
Fri, 26 Oct 2018 15:52:07 +0200 Wuzzy Add ice beam idle sound
Fri, 26 Oct 2018 15:48:52 +0200 Wuzzy Add flamethrower sound
Fri, 26 Oct 2018 15:46:53 +0200 Wuzzy Prettify the menu arrows in WxW
Fri, 26 Oct 2018 15:04:07 +0200 Wuzzy Use colon after "Disclaimer" in timebox/portalgun descriptinons
Fri, 26 Oct 2018 14:59:08 +0200 Wuzzy Allow to escape | and : character in engine translation files
Fri, 26 Oct 2018 06:15:57 +0200 Wuzzy Engine translation: With '::' can now suppress colons for highlighting
Fri, 26 Oct 2018 04:54:29 +0200 Wuzzy If u play Piano, you can now hear the notes if sound effects OR music is enabled
Fri, 26 Oct 2018 04:30:47 +0200 Wuzzy Properly play Valkyries music in Rope Knock Challenge (no more music overlap)
Fri, 26 Oct 2018 04:07:35 +0200 Wuzzy Add PlayMusicSound/StopMusicSound to Lua API
Fri, 26 Oct 2018 03:59:20 +0200 Wuzzy Refactor usage of sndRideOfTheValkyries, now can play if music is on and sound is off
Thu, 25 Oct 2018 23:46:31 +0200 Wuzzy Fix freezer ray extending with low fuel usage when firing straight up/down while holding up/down key
Thu, 25 Oct 2018 23:39:54 +0200 unc0rr Fix bug 651: sliding hog firing rope could end up stuck in land right after the rope has attached
Thu, 25 Oct 2018 20:40:02 +0300 alfadur some more ja.txt fixes
Thu, 25 Oct 2018 20:34:37 +0300 alfadur additional descriptions for ja.txt
Thu, 25 Oct 2018 18:54:24 +0200 Wuzzy Remove double space at end of chat messages from server
Thu, 25 Oct 2018 18:35:35 +0200 Wuzzy Frontend: Make sure special nicks always show up in square brackets
Thu, 25 Oct 2018 16:44:46 +0200 Wuzzy Add a new king death message
Thu, 25 Oct 2018 16:44:00 +0200 Wuzzy Allow duplicate placeholders in engine strings
Thu, 25 Oct 2018 17:02:56 +0300 alfadur more ja.txt fixes
Thu, 25 Oct 2018 15:26:40 +0200 Wuzzy Add script to check engine locale files for problems
Thu, 25 Oct 2018 13:12:45 +0200 Wuzzy Remove string with duplicate placeholder in sk.txt
Thu, 25 Oct 2018 12:59:56 +0200 Wuzzy Fix incorrect string number for Slovak strings for King death
Thu, 25 Oct 2018 11:48:40 +0200 Wuzzy Support CJK fonts for sidFPS as well
Thu, 25 Oct 2018 11:37:11 +0200 Wuzzy Add CJK font support for sidAmmoCount
Thu, 25 Oct 2018 04:55:27 +0300 alfadur fix some of Wuzzy's rage
Thu, 25 Oct 2018 04:08:29 +0300 alfadur some ja.txt corrections
Thu, 25 Oct 2018 03:48:27 +0300 alfadur update ja.txt
Wed, 24 Oct 2018 21:52:19 +0200 unc0rr Also report chat and added rooms in log
Wed, 24 Oct 2018 21:07:26 +0200 Wuzzy Fix hog can drop more than 2 s. mines if first one was dropped from utility, then stop using that utility
Wed, 24 Oct 2018 21:04:09 +0200 unc0rr Finish hedgewars-checker implementation
Wed, 24 Oct 2018 11:05:44 -0400 nemo disable basic comment support 'cause lua is nuts
Wed, 24 Oct 2018 00:08:23 +0200 unc0rr Create replay file, run engine, result from it and send it to the server. Not implemented: filtering of engine output.
Tue, 23 Oct 2018 22:53:28 +0200 unc0rr Start checker implementation in rust
Tue, 23 Oct 2018 21:36:51 +0200 unc0rr Fix silly loop
Sat, 20 Oct 2018 13:22:30 +0200 unc0rr Add --protocol option to engine
Fri, 19 Oct 2018 02:19:50 +0300 alfadur change draw_thick_line iteration order to benchmark winner
Fri, 19 Oct 2018 00:28:16 +0200 unc0rr Change Land2D::fill() arguments a bit
Fri, 19 Oct 2018 00:09:45 +0200 unc0rr Fix ArcPoints never finishing
Fri, 19 Oct 2018 00:49:09 +0300 alfadur revert 2354264ab0b0
Thu, 18 Oct 2018 23:59:23 +0300 alfadur apply some codegolfing for dubious reasons
Thu, 18 Oct 2018 22:45:14 +0200 unc0rr Use integral-geometry iterators to implement Land2D::draw_thick_line, remove no longer unused functions from Land2D
Thu, 18 Oct 2018 22:34:09 +0200 unc0rr Don't generate unnecessary duplication in case of equal coordinates
Thu, 18 Oct 2018 22:23:25 +0200 unc0rr Add EquidistantPoints iterator to help iterating over all points of circles
Thu, 18 Oct 2018 21:44:09 +0200 unc0rr Implement ArcPoints iterator for circles
Thu, 18 Oct 2018 07:27:14 +0300 alfadur put back land2d.map accidentally replaced by testing code
Thu, 18 Oct 2018 06:50:21 +0300 alfadur fix fppoint.max_norm
Thu, 18 Oct 2018 06:46:32 +0300 alfadur move point struct into integral-geometry and use it to refactor a bit
Wed, 17 Oct 2018 23:02:18 +0200 unc0rr Improve test a bit
Wed, 17 Oct 2018 22:58:21 +0200 unc0rr Make use of LinePoints in Land2D::draw_line
Wed, 17 Oct 2018 22:45:33 +0200 unc0rr Introduce integral-geometry crate, implement LinePoints iterator
Wed, 17 Oct 2018 22:00:58 +0200 unc0rr Raise levels of abstraction to implement draw_thick_line() avoiding code duplication
Wed, 17 Oct 2018 05:33:02 +0200 Wuzzy Lua: Add PLATFORM global var to distinguish between desktop and mobile builds
Wed, 17 Oct 2018 05:34:29 +0300 alfadur add left scalar operations to fpnum
Tue, 16 Oct 2018 23:59:51 +0200 unc0rr Implement Land2D::change_round()
Tue, 16 Oct 2018 23:59:22 +0200 unc0rr Implement get_unchecked* functions for Vec2D
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 tip