Wed, 18 Jun 2014 17:23:43 +0200 sheepluva more tweaking
Wed, 18 Jun 2014 17:06:40 +0200 sheepluva reuse buffers
Wed, 18 Jun 2014 16:34:36 +0200 sheepluva render tweaks
Wed, 18 Jun 2014 15:42:01 +0200 sheepluva tweak/refactor how water is drawn
Wed, 18 Jun 2014 01:37:28 +0200 sheepluva tweak code of DrawTextureFromRectDir a bit, removing issue with different x offset depending on dir. also removing the workaround wrt that issue in the frozen hog code
Wed, 18 Jun 2014 17:36:46 +0400 unc0rr Code drawn map in haskell \o/
Tue, 17 Jun 2014 23:53:59 +0200 sheepluva fix typo that caused visual glitch in water body (e.g. visible on that particular screenie on bottom right corner)
Tue, 17 Jun 2014 20:09:11 +0200 sheepluva "documentation"
Tue, 17 Jun 2014 16:10:43 +0200 sheepluva fix some (newly introduces) glitches with normal water
Tue, 17 Jun 2014 15:39:29 +0200 sheepluva fix pas2c build
Tue, 17 Jun 2014 15:18:07 +0200 sheepluva little visual tweak to weSea rendering
Tue, 17 Jun 2014 00:41:49 +0200 sheepluva adding some arrow
Mon, 16 Jun 2014 23:46:22 +0200 sheepluva speed up tests
Mon, 16 Jun 2014 19:07:11 +0200 sheepluva Qt-Frontend: update description of findhh to better reflect current behavior. thanks to the friendly reminder in issue 805
Mon, 16 Jun 2014 13:47:27 +0200 sheepluva remove unneeded import
Mon, 16 Jun 2014 02:41:03 +0200 sheepluva tweaking hogpointer position again
Mon, 16 Jun 2014 02:23:37 +0200 sheepluva various tweaks
Sun, 15 Jun 2014 23:48:06 +0200 sheepluva tweak engine segfault capabilities
Mon, 16 Jun 2014 00:24:26 +0400 unc0rr Revert all recent sheepluva's work
Sun, 15 Jun 2014 13:42:34 +0200 sheepluva fix videorec build
Sun, 15 Jun 2014 04:46:34 +0200 sheepluva whoops. an "end" moved there
Sun, 15 Jun 2014 04:33:54 +0200 sheepluva do not get stuck on "in game..." page just because of game crash. output a message instead. could still need some tweaking, but a man gotta sleep. and sheep too...
Sun, 15 Jun 2014 00:02:25 +0200 sheepluva clean up halting a little
Sat, 14 Jun 2014 23:59:20 +0200 sheepluva enforce style on message boxes some more
Sat, 14 Jun 2014 15:49:44 +0200 sheepluva fix gl2 build, further rendering cleanup WIP, also new chat command: /debugvl
Sat, 14 Jun 2014 07:12:22 +0200 sheepluva tweak how chat lines are rendered
Sat, 14 Jun 2014 02:25:49 +0200 sheepluva huh? me? nono, don't mind me. I'm just here to clean up.
Sat, 14 Jun 2014 00:56:11 +0200 sheepluva some rendering tweaks
Fri, 13 Jun 2014 23:43:34 +0200 sheepluva make mouse cursor size same, no matter what zoom level is used...
Fri, 13 Jun 2014 21:17:50 +0200 sheepluva grmlgrmlpas2cgrmlgrml
Fri, 13 Jun 2014 17:51:55 +0200 sheepluva make using the teleporter a bit less challenging
Fri, 13 Jun 2014 14:55:06 +0200 sheepluva fix pas2c build for real this time...
Fri, 13 Jun 2014 13:37:39 +0200 sheepluva I misscounted
Fri, 13 Jun 2014 12:52:20 +0200 sheepluva fix some pas2c related overloading issue
Fri, 13 Jun 2014 12:22:24 +0200 sheepluva whoops, pas2c I owe you
Fri, 13 Jun 2014 06:26:31 +0200 sheepluva state file name and line number in lua error messages
Fri, 13 Jun 2014 02:31:30 +0200 sheepluva racer: if hog starts race without any weapon selected, select whatever is first
Fri, 13 Jun 2014 02:31:05 +0200 sheepluva lua api: SetNextWeapon()
Thu, 12 Jun 2014 21:25:39 +0200 sheepluva lua api: DismissTeam(teamname)
Thu, 12 Jun 2014 20:47:11 +0200 sheepluva lua api: SetWeapon(ammoType)
Thu, 12 Jun 2014 19:40:45 +0200 sheepluva fix broken speech bubble display in chat. caused by r1a6b9a98147c one line was forgotten when moving some code
Thu, 12 Jun 2014 18:58:40 +0200 sheepluva more of the same
Thu, 12 Jun 2014 15:17:53 +0200 sheepluva fix TryPlaceOnLand's ambiguity/messup wrt to making terrain indestructible (had boolean parameter for indestructible AND landflags parameters that could contain lfIndestructibly)
Thu, 12 Jun 2014 14:42:48 +0200 sheepluva further WIP (better error messages)
Thu, 12 Jun 2014 14:11:22 +0200 sheepluva placeSprite accepts any amount of landflags now; further WIP wrt cleanup/fixing
Thu, 12 Jun 2014 13:43:44 +0200 sheepluva expose lfIndestructable, lfIce and lfBounce
Thu, 12 Jun 2014 13:11:00 +0400 unc0rr Fix pas2c build
Thu, 12 Jun 2014 05:40:58 +0200 sheepluva make enums crash-safe. and other fixes
Thu, 12 Jun 2014 00:37:52 +0200 sheepluva WIP: PlaceSprite for lua API. also changed PlaceGirder so that it will return true/false for whether placing was successful too
Wed, 11 Jun 2014 19:46:37 +0200 sheepluva fix possible engine crash that a lua script could cause by passing an invalid geartype to addgear
Wed, 11 Jun 2014 13:45:44 +0200 sheepluva tiny lua documentation fix
Wed, 11 Jun 2014 13:07:46 +0200 sheepluva uWorld does not require uMatrix anymore
Wed, 11 Jun 2014 12:55:24 +0200 sheepluva fix hint and gl2 build. NOTE: this does not change that GL2 segfaults right away. that is an issue that dates back at least 50 commits, but most likely even back to the webgl merge. I guess nobody actually tried to run hedgewars in GL2 since back then :P
Tue, 10 Jun 2014 23:21:22 +0200 sheepluva RAR: cleaning up a bit of the IFDEF-clusterf*ck
Wed, 11 Jun 2014 00:35:23 +0400 unc0rr Fallback to old heuristic if not pit position
Tue, 10 Jun 2014 22:35:44 +0200 sheepluva update viewlimits after screen/window resize
Wed, 11 Jun 2014 00:28:17 +0400 unc0rr Allow barrels to spawn in U-shaped pits in stable position
Tue, 10 Jun 2014 19:38:37 +0200 sheepluva whoops, forgot to include this file in commt
Tue, 10 Jun 2014 19:30:06 +0200 sheepluva superminor tweaks
Tue, 10 Jun 2014 17:41:27 +0200 sheepluva <koda> wut, chats as commit mesages?
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip