Mercurial
Mercurial
>
hedgewars
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-10000
-3000
-1000
-112
+112
+1000
+3000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
merge (even although I rebased... ok)
2014-07-05, by sheepluva
for real this time
2014-07-05, by sheepluva
fix pas2c build
2014-07-05, by sheepluva
WIP: weSea tweaks, functional and visual
2014-07-05, by sheepluva
Treat "out" as "var"
2014-07-06, by unc0rr
simplify some code
2014-07-05, by sheepluva
Restore teams in teams list on rejoin, should fix issues with second rejoin.
2014-07-05, by unc0rr
Don't pick up own team if only recieved synced teamback message. Fixes second rejoin desync (untested).
2014-07-04, by unc0rr
Fix some issues with rejoining (rejoining client still desyncs though)
2014-07-02, by unc0rr
cpack: do not exclude liblua from release tarball
2014-07-02, by koda
add assignment I forgot
2014-07-01, by sheepluva
lua api: allow to specify layer when adding visual gear
2014-07-01, by sheepluva
Make team disappear after 3 turns in 'gone' state
2014-06-30, by 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-29, by unc0rr
Finish implementation of ability to take control over your team after being disconnected. Completely untested.
2014-06-28, by unc0rr
Fix build, and also make protocol a bit more consistent and flexible (only in docs though, to be implemented)
2014-06-26, by unc0rr
Ukrainian translation update
2014-06-26, by Igor Paliychuk
2x2 to avoid engine bug
2014-06-24, by nemo
couple of custom sprites for mikade to override in a lua sidecar if he wants to
2014-06-24, by nemo
Inform engine if player is back after being disconnected
2014-06-23, by unc0rr
Allow server admins to join room of another protocol version
2014-06-23, by unc0rr
Fix issue #791:
2014-06-19, by unc0rr
Racer challenge map #9
2014-06-19, by unc0rr
merge time. it's been a while
2014-06-19, by sheepluva
fix search&replace whoopsy
2014-06-19, by sheepluva
fix camera now being centered on land when game starts
2014-06-19, by sheepluva
cleanup and lol
2014-06-19, by sheepluva
move DrawWaves to uRender
2014-06-18, by sheepluva
Compressing and encoding
2014-06-18, by unc0rr
more tweaking
2014-06-18, by sheepluva
reuse buffers
2014-06-18, by sheepluva
render tweaks
2014-06-18, by sheepluva
tweak/refactor how water is drawn
2014-06-18, by 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, by sheepluva
Code drawn map in haskell \o/
2014-06-18, by unc0rr
fix typo that caused visual glitch in water body (e.g. visible on that particular screenie on bottom right corner)
2014-06-17, by sheepluva
"documentation"
2014-06-17, by sheepluva
fix some (newly introduces) glitches with normal water
2014-06-17, by sheepluva
fix pas2c build
2014-06-17, by sheepluva
little visual tweak to weSea rendering
2014-06-17, by sheepluva
adding some arrow
2014-06-17, by sheepluva
speed up tests
2014-06-16, by sheepluva
Qt-Frontend: update description of findhh to better reflect current behavior. thanks to the friendly reminder in issue 805
2014-06-16, by sheepluva
remove unneeded import
2014-06-16, by sheepluva
tweaking hogpointer position again
2014-06-16, by sheepluva
various tweaks
2014-06-16, by sheepluva
tweak engine segfault capabilities
2014-06-15, by sheepluva
Revert all recent sheepluva's work
2014-06-16, by unc0rr
fix videorec build
2014-06-15, by sheepluva
whoops. an "end" moved there
2014-06-15, by 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-15, by sheepluva
clean up halting a little
2014-06-15, by sheepluva
enforce style on message boxes some more
2014-06-14, by sheepluva
fix gl2 build, further rendering cleanup WIP, also new chat command: /debugvl
2014-06-14, by sheepluva
tweak how chat lines are rendered
2014-06-14, by sheepluva
huh? me? nono, don't mind me. I'm just here to clean up.
2014-06-14, by sheepluva
some rendering tweaks
2014-06-14, by sheepluva
make mouse cursor size same, no matter what zoom level is used...
2014-06-13, by sheepluva
grmlgrmlpas2cgrmlgrml
2014-06-13, by sheepluva
make using the teleporter a bit less challenging
2014-06-13, by sheepluva
fix pas2c build for real this time...
2014-06-13, by sheepluva
I misscounted
2014-06-13, by sheepluva
fix some pas2c related overloading issue
2014-06-13, by sheepluva
whoops, pas2c I owe you
2014-06-13, by sheepluva
state file name and line number in lua error messages
2014-06-13, by sheepluva
racer: if hog starts race without any weapon selected, select whatever is first
2014-06-13, by sheepluva
lua api: SetNextWeapon()
2014-06-13, by sheepluva
lua api: DismissTeam(teamname)
2014-06-12, by sheepluva
lua api: SetWeapon(ammoType)
2014-06-12, by sheepluva
fix broken speech bubble display in chat. caused by r1a6b9a98147c one line was forgotten when moving some code
2014-06-12, by sheepluva
more of the same
2014-06-12, by 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, by sheepluva
further WIP (better error messages)
2014-06-12, by sheepluva
placeSprite accepts any amount of landflags now; further WIP wrt cleanup/fixing
2014-06-12, by sheepluva
expose lfIndestructable, lfIce and lfBounce
2014-06-12, by sheepluva
Fix pas2c build
2014-06-12, by unc0rr
make enums crash-safe. and other fixes
2014-06-12, by sheepluva
WIP: PlaceSprite for lua API. also changed PlaceGirder so that it will return true/false for whether placing was successful too
2014-06-12, by sheepluva
fix possible engine crash that a lua script could cause by passing an invalid geartype to addgear
2014-06-11, by sheepluva
tiny lua documentation fix
2014-06-11, by sheepluva
uWorld does not require uMatrix anymore
2014-06-11, by 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-11, by sheepluva
RAR: cleaning up a bit of the IFDEF-clusterf*ck
2014-06-10, by sheepluva
Fallback to old heuristic if not pit position
2014-06-11, by unc0rr
update viewlimits after screen/window resize
2014-06-10, by sheepluva
Allow barrels to spawn in U-shaped pits in stable position
2014-06-11, by unc0rr
whoops, forgot to include this file in commt
2014-06-10, by sheepluva
superminor tweaks
2014-06-10, by sheepluva
<koda> wut, chats as commit mesages?
2014-06-10, by sheepluva
"<unC0Rr> could also refuse to update textures when land changes if the tile isn't visible"
2014-06-10, by sheepluva
figure out visible land tiles in advance
2014-06-10, by sheepluva
some minor tweaks and stuff
2014-06-10, by sheepluva
darken wrapped areas, which was a very nice suggestion by nemo
2014-06-10, by sheepluva
use cScaleFactor where I incorrectly used the variable zoom in the past. i was young and needed the money
2014-06-10, by 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-10, by sheepluva
small hat loading tweak
2014-06-09, by 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, by sheepluva
clean up image loading a bit. gets rid of useless "Passed NULL data source" or PhysFS file not found errors
2014-06-09, by sheepluva
committing patch from issue 798, as requested by unC0Rr
2014-06-07, by sheepluva
fix cabal build (on linux)
2014-06-07, by sheepluva
fix for "Unexpected semi-colons in conditional" issue, as reported by YuGiOhJCJ
2014-06-07, by sheepluva
Some further work on map optimizer
2014-06-05, by unc0rr
tweak untint a little (especially in connection with GrayScale)
2014-06-04, by sheepluva
theme configurable sudden death music. untested
2014-06-03, by nemo
allow teleporting outside Land[]
2014-06-01, by nemo
escape info message arguments, fixes issue 801: Frontend parses INFO command output as html
2014-06-01, by 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-06-01, by sheepluva
disable these weaponset flags. they bug up highlander and otherwise have no useful impact on the script.
2014-05-31, by nemo
get rid of fpc warnings/hints
2014-05-31, by sheepluva
Fix some of issues found by coverity
2014-05-28, by unc0rr
Official racer challenge map #8
2014-05-23, by unc0rr
Inform frontend of lines which didn't change anything on the map in advanced drawn maps mode
2014-05-19, by unc0rr
less
more
|
(0)
-10000
-3000
-1000
-112
+112
+1000
+3000
tip