2014-07-06 sheepluva one finger ought to be enough for everybody
2014-07-06 sheepluva tweaks
2014-07-05 sheepluva merge (even although I rebased... ok)
2014-07-05 sheepluva for real this time
2014-07-05 sheepluva fix pas2c build
2014-07-05 sheepluva WIP: weSea tweaks, functional and visual
2014-07-05 unc0rr Treat "out" as "var"
2014-07-05 sheepluva simplify some code
2014-07-05 unc0rr Restore teams in teams list on rejoin, should fix issues with second rejoin.
2014-07-04 unc0rr Don't pick up own team if only recieved synced teamback message. Fixes second rejoin desync (untested).
2014-07-02 unc0rr Fix some issues with rejoining (rejoining client still desyncs though)
2014-07-02 koda cpack: do not exclude liblua from release tarball
2014-07-01 sheepluva add assignment I forgot
2014-07-01 sheepluva lua api: allow to specify layer when adding visual gear
2014-06-29 unc0rr Make team disappear after 3 turns in 'gone' state
2014-06-29 unc0rr Fix issues with unsynced F and G messages being lost if current team which is supposed to convert them to synced f/g quits
2014-06-28 unc0rr Finish implementation of ability to take control over your team after being disconnected. Completely untested.
2014-06-26 unc0rr Fix build, and also make protocol a bit more consistent and flexible (only in docs though, to be implemented)
2014-06-25 Igor Paliychuk Ukrainian translation update
2014-06-24 nemo 2x2 to avoid engine bug
2014-06-24 nemo couple of custom sprites for mikade to override in a lua sidecar if he wants to
2014-06-23 unc0rr Inform engine if player is back after being disconnected
2014-06-23 unc0rr Allow server admins to join room of another protocol version
2014-06-19 unc0rr Fix issue #791:
2014-06-19 unc0rr Racer challenge map #9
2014-06-18 sheepluva merge time. it's been a while
2014-06-18 sheepluva fix search&replace whoopsy
2014-06-18 sheepluva fix camera now being centered on land when game starts
2014-06-18 sheepluva cleanup and lol
2014-06-18 sheepluva move DrawWaves to uRender
2014-06-18 unc0rr Compressing and encoding
2014-06-18 sheepluva more tweaking
2014-06-18 sheepluva reuse buffers
2014-06-18 sheepluva render tweaks
2014-06-18 sheepluva tweak/refactor how water is drawn
2014-06-17 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
2014-06-18 unc0rr Code drawn map in haskell \o/
2014-06-17 sheepluva fix typo that caused visual glitch in water body (e.g. visible on that particular screenie on bottom right corner)
2014-06-17 sheepluva "documentation"
2014-06-17 sheepluva fix some (newly introduces) glitches with normal water
2014-06-17 sheepluva fix pas2c build
2014-06-17 sheepluva little visual tweak to weSea rendering
2014-06-16 sheepluva adding some arrow
2014-06-16 sheepluva speed up tests
2014-06-16 sheepluva Qt-Frontend: update description of findhh to better reflect current behavior. thanks to the friendly reminder in issue 805
2014-06-16 sheepluva remove unneeded import
2014-06-16 sheepluva tweaking hogpointer position again
2014-06-16 sheepluva various tweaks
2014-06-15 sheepluva tweak engine segfault capabilities
2014-06-15 unc0rr Revert all recent sheepluva's work
2014-06-15 sheepluva fix videorec build
2014-06-15 sheepluva whoops. an "end" moved there
2014-06-15 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...
2014-06-14 sheepluva clean up halting a little
2014-06-14 sheepluva enforce style on message boxes some more
2014-06-14 sheepluva fix gl2 build, further rendering cleanup WIP, also new chat command: /debugvl
2014-06-14 sheepluva tweak how chat lines are rendered
2014-06-14 sheepluva huh? me? nono, don't mind me. I'm just here to clean up.
2014-06-13 sheepluva some rendering tweaks
2014-06-13 sheepluva make mouse cursor size same, no matter what zoom level is used...
2014-06-13 sheepluva grmlgrmlpas2cgrmlgrml
2014-06-13 sheepluva make using the teleporter a bit less challenging
2014-06-13 sheepluva fix pas2c build for real this time...
2014-06-13 sheepluva I misscounted
2014-06-13 sheepluva fix some pas2c related overloading issue
2014-06-13 sheepluva whoops, pas2c I owe you
2014-06-13 sheepluva state file name and line number in lua error messages
2014-06-13 sheepluva racer: if hog starts race without any weapon selected, select whatever is first
2014-06-13 sheepluva lua api: SetNextWeapon()
2014-06-12 sheepluva lua api: DismissTeam(teamname)
2014-06-12 sheepluva lua api: SetWeapon(ammoType)
2014-06-12 sheepluva fix broken speech bubble display in chat. caused by r1a6b9a98147c one line was forgotten when moving some code
2014-06-12 sheepluva more of the same
2014-06-12 sheepluva fix TryPlaceOnLand's ambiguity/messup wrt to making terrain indestructible (had boolean parameter for indestructible AND landflags parameters that could contain lfIndestructibly)
2014-06-12 sheepluva further WIP (better error messages)
2014-06-12 sheepluva placeSprite accepts any amount of landflags now; further WIP wrt cleanup/fixing
2014-06-12 sheepluva expose lfIndestructable, lfIce and lfBounce
2014-06-12 unc0rr Fix pas2c build
2014-06-12 sheepluva make enums crash-safe. and other fixes
2014-06-11 sheepluva WIP: PlaceSprite for lua API. also changed PlaceGirder so that it will return true/false for whether placing was successful too
2014-06-11 sheepluva fix possible engine crash that a lua script could cause by passing an invalid geartype to addgear
2014-06-11 sheepluva tiny lua documentation fix
2014-06-11 sheepluva uWorld does not require uMatrix anymore
2014-06-11 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
2014-06-10 sheepluva RAR: cleaning up a bit of the IFDEF-clusterf*ck
2014-06-10 unc0rr Fallback to old heuristic if not pit position
2014-06-10 sheepluva update viewlimits after screen/window resize
2014-06-10 unc0rr Allow barrels to spawn in U-shaped pits in stable position
2014-06-10 sheepluva whoops, forgot to include this file in commt
2014-06-10 sheepluva superminor tweaks
2014-06-10 sheepluva <koda> wut, chats as commit mesages?
2014-06-10 sheepluva "<unC0Rr> could also refuse to update textures when land changes if the tile isn't visible"
2014-06-10 sheepluva figure out visible land tiles in advance
2014-06-10 sheepluva some minor tweaks and stuff
2014-06-10 sheepluva darken wrapped areas, which was a very nice suggestion by nemo
2014-06-10 sheepluva use cScaleFactor where I incorrectly used the variable zoom in the past. i was young and needed the money
2014-06-09 sheepluva here a personal experimental mockup of how I imagine wrapping world edges should look like. bouncing one could be similar just with mirrored stuff. please test and share opinion. note: you might wanna disable auto-cam
2014-06-09 sheepluva small hat loading tweak
2014-06-09 sheepluva load the girder.png of a theme a maximum of 1 times (minimum of 0), instead of once per generated bridge
2014-06-09 sheepluva clean up image loading a bit. gets rid of useless "Passed NULL data source" or PhysFS file not found errors
2014-06-07 sheepluva committing patch from issue 798, as requested by unC0Rr
2014-06-07 sheepluva fix cabal build (on linux)
2014-06-07 sheepluva fix for "Unexpected semi-colons in conditional" issue, as reported by YuGiOhJCJ
2014-06-05 unc0rr Some further work on map optimizer
2014-06-04 sheepluva tweak untint a little (especially in connection with GrayScale)
2014-06-03 nemo theme configurable sudden death music. untested
2014-06-01 nemo allow teleporting outside Land[]
2014-06-01 sheepluva escape info message arguments, fixes issue 801: Frontend parses INFO command output as html
2014-06-01 sheepluva collision indicator on failed girder placement (especially useful with rubberband I guess). still needs some tweaks but I am going to bed now :P
2014-05-31 nemo disable these weaponset flags. they bug up highlander and otherwise have no useful impact on the script.
2014-05-30 sheepluva get rid of fpc warnings/hints
2014-05-28 unc0rr Fix some of issues found by coverity
2014-05-23 unc0rr Official racer challenge map #8
2014-05-19 unc0rr Inform frontend of lines which didn't change anything on the map in advanced drawn maps mode
2014-05-15 unc0rr Fix some pas2c engine warnings
2014-05-14 unc0rr Count number of pixels changed during draw
2014-05-14 unc0rr Small optimization (no need to draw last point of the path)
2014-05-13 unc0rr Oops, should stop coding at night
2014-05-13 unc0rr Fix fpcrtl_strncompareA, also replace strncmp with memcmp for more efficiency
2014-05-09 unc0rr Support OR operator in $IFDEF. Fixes pas2c builds.
2014-05-07 sheepluva rolling back the rest
2014-05-07 sheepluva rolling back (most of) lua 5.2 compatibility patches. hopefully that will unbreak unC0Rr's lua issues for now.
2014-05-06 unc0rr sekret feature (test commit)
2014-05-06 unc0rr - Increase limits on number of mines and explosives in game scheme
2014-04-30 unc0rr Drawn maps optimizer - first steps:
2014-04-30 unc0rr Fix crashers in rc plane code
2014-04-29 unc0rr Merge
2014-04-28 sheepluva don't search for lua 5.1 anymore
2014-04-28 unc0rr Don't activate invulnerability/vampirism between shots of multiattack weapon
2014-04-28 sheepluva minimal changes for compatibility with lua 5.2, thanks to v4hn for fixing standard library loads. note: ALSO compatibile with (internal) lua 5.1, until something bothers to upgrade bundled lua version
2014-04-25 unc0rr Fix typo leading to crashes
2014-04-25 unc0rr Add race type detection
2014-04-25 unc0rr - Fix bug with infinite rounds in racer when a team quits mid-game
2014-04-16 unc0rr Fix new generator on 32 bit arch
2014-04-15 unc0rr No more occasional long straight edges
2014-04-28 tomasstraupis Spelling corrections
2014-04-15 unc0rr Optimize out path closing point for one point paths
2014-04-14 unc0rr Racer challenge map #7
2014-04-04 unc0rr Official racer challenge map #6
2014-03-29 nemo merge
2014-03-29 nemo param for original highlander mode - right now just allows getting another copy of a weapon you already had, but had used that turn.
2014-03-28 unc0rr Send updated info on map switched by voting
2014-03-28 unc0rr Fix condition
2014-03-28 unc0rr Fix build
2014-03-27 unc0rr - Fix applying vote result
2014-03-24 unc0rr Fix script
2014-03-24 unc0rr Racer challenge #5
2014-03-23 unc0rr Some fixes to voting + small refactoring
2014-03-20 unc0rr Better detection
2014-03-20 nemo hm. I think I forgot to commit this when adding speech bubble change
2014-03-20 unc0rr Fix warnings
2014-03-20 unc0rr - Limit outline to leftX/rightX/topY instead of LAND_WIDTH/LAND_HEIGHT
2014-03-19 unc0rr - Make sure distortion doesn't move fill point to other side of segment, this prevents corrupted maps
2014-03-19 unc0rr Process segments from last to first point too
2014-03-19 unc0rr Prevent intersections with segment from last to first point, adjust size of details
2014-03-19 unc0rr Fix div by zero error in new generator
2014-03-18 unc0rr Greedy approach: divide while it divides
2014-03-18 unc0rr No self intersections, except for weirdness between first and last point
2014-03-17 unc0rr Fix detection of intersections, still need to check if passing any point in move, but result is already okayish
2014-03-16 unc0rr More math, implementation is nearly complete, just still have an issue to resolve
2014-03-15 unc0rr Some progress on new generator
2014-03-14 unc0rr Move template-based generator into its own file
2014-03-14 unc0rr Some optimizations
2014-03-14 unc0rr Fix perlin gen on 32 bit arch
2014-03-13 unc0rr - Room save/load into/from file
2014-03-13 unc0rr Allow to save and delete room config in room
2014-03-13 nemo By request. Allow lua to make random things "talk". I'm not sure if this is a good idea, buuuut.
2014-03-12 nemo Feel free to revert this one, was just screwing around with stuff from before. I kinda like it and figured committing it was the easiest way for you to look at it. http://m8y.org/hw/perlin.png
2014-03-12 nemo this is fine right?
2014-03-10 unc0rr Tweaks and tweaks
2014-03-10 unc0rr - Rework FillLand
2014-03-10 nemo as suggested, precompute to avoid use of double
2014-03-08 unc0rr Experiment: enforce a plate at bottom so the map generated is more connected
2014-03-08 unc0rr Some optimizations
2014-03-08 unc0rr Strip Z axis from calculations
2014-03-08 unc0rr Setup leftX, rightX and topY
2014-03-07 unc0rr Some tweaks to perlin generator
2014-03-07 unc0rr Add randomness
2014-03-07 unc0rr Perlin noise generator untweaked, temporarily replacing maze generator
2014-03-06 unc0rr Racer challenge map #4
2014-03-05 unc0rr merge
2014-03-05 sheepluva don't stack bye/teleport sounds of hogs (when a team is gone)
2014-03-05 unc0rr Don't run two engine threads simultaneously
2014-03-04 unc0rr Don't call halt()
2014-03-03 unc0rr Remove game/preview functions split in library mode, just let normal procedure run instead:
2014-03-03 unc0rr - Fix crasher in doStepSniperRifleShot
2014-03-01 unc0rr Make it build as library
2014-03-01 nemo Only draw border for solid land
2014-03-01 nemo Script might well override a static map, but can't risk it not doing it, and preview completely failing. Better to just not try it for static maps. Some script cfg might help. Could also avoid unnnecessary preview regenerations even if the script was doing nothing at all.
2014-03-01 unc0rr merge
2014-03-01 nemo always update. a bit inefficient, but scripts do weird things.
2014-03-01 unc0rr Fix "don't know how to make hwengine.pas" error
2014-03-01 nemo no idea what happened to this image... it seems like I'm reverting to most recent revision O_o
2014-03-01 nemo pass --prefix to previews too
2014-02-28 unc0rr Use all pixels, not only 8x8 areas
2014-02-28 unc0rr AI doesn't skip till action on the map stops (mostly dedicated to highlander) + various small tweaks
2014-02-27 unc0rr Oops, remove debug stuff which hid the feature
2014-02-26 unc0rr Add alpha channel to preview
2014-02-26 unc0rr Move preview rendering into HWMap
2014-02-25 unc0rr - Make world wrap edges not depend on gear radius
2014-02-24 nemo move the freeModule too, couple of style tweaks
2014-02-23 sheepluva fix molotov sprite too
2014-02-23 sheepluva tweak dynamite sprite (pixels at frame border, leading to visible filtering artifacts when zoomed)
2014-02-23 nemo merge
2014-02-23 sheepluva change how textures from non-power-of-2-width textures are filled. this fixes e.g. the vertical lines appearing between Bath theme's horizontL
2014-02-23 sheepluva minor comments fix
2014-02-23 nemo add preview init to tunnels too
2014-02-23 sheepluva fix remaining alpha pixel issues (explosion landbacktex borders etc
2014-02-23 nemo use data not text, so DLC doesn't get an *
2014-02-23 nemo Allow lua drawn maps (shoppamap, tunnels, diagonal maze etc) to generate previews.
2014-02-21 unc0rr Official challenge map #3 by 1937barcelona
2014-02-19 unc0rr Don't rewrite server ini file too often
2014-02-19 unc0rr Fix tinting of AI kills counter
2014-02-19 unc0rr Should never use State like this, since some states aren't synced (thinking state for example)
2014-02-18 sheepluva allow switching through hogs in reverse order with PRECISE+HOGSWITCH
2014-02-17 unc0rr Fix issue 780 (copy-paste fail)
2014-02-16 unc0rr Fix setting lc_endluatest result
2014-02-16 unc0rr Reduce number of warnings in pas2c-generated code
2014-02-16 unc0rr Fix build
2014-02-14 unc0rr What about exact value?
2014-02-14 unc0rr In stats-only mode:
2014-02-13 unc0rr Only check alpha channel like BlitImageAndGenerateCollisionInfo does
2014-02-13 unc0rr NULL PChar is okay
2014-02-13 nemo pngcrush on this file which will hopefully be cleaned up at some point
2014-02-13 unc0rr Fix read of freed memory found with valgrind
2014-02-12 unc0rr Use strchr instead of strstr with specially constructed string255 struct (not tested)
2014-02-12 unc0rr - Remove few PAS2C ifdef's
2014-02-12 unc0rr Fix binds loading
2014-02-11 unc0rr - pas2c recognizes typecasts in initialization expressions
2014-02-11 unc0rr Small fix which makes pas2c engine successfully replay demos
2014-02-10 unc0rr - Pas2C: make use of 'external' function decorator
2014-02-10 unc0rr Implement needed rtl functions
2014-02-09 unc0rr It compiles \o/
2014-02-09 sheepluva fix lq rope being always drawn on screen with same width regardless of zoom
2014-02-09 sheepluva fix misleading indentation
2014-02-08 unc0rr Even more explicit type conversions and other stuff to help pas2c use ansistrings
2014-02-08 unc0rr Implicit type casts to help pas2c
2014-02-07 unc0rr Revert 88929358d2e1 in favor of ansistrings implementation in pas2c
2014-02-07 unc0rr Implement a bit of astring
2014-02-07 unc0rr Pas2C recognizes ansistrings
(0) -10000 -3000 -1000 -240 +240 +1000 +3000 tip