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.
Scheme parsing
qmlfrontend
2015-02-02, by unc0rr
Fix building on OSX when autoupdate is disabled
0.9.21
2015-06-01, by koda
Include feature_size to demos for checker
2015-01-04, by unc0rr
[flib] yay, some work on schemes
qmlfrontend
2015-01-29, by unc0rr
fix issue with contributor hat being displayed for wrong players
0.9.21
2015-01-17, by sheepluva
Oops
2015-01-04, by unc0rr
CMake script for qmlFrontend
qmlfrontend
2015-01-25, by unc0rr
don't show the new, untranslated items in room state filter dropdown. do NOT merge this change back to default.
0.9.21
2015-01-06, by sheepluva
Not compatible anymore
2015-01-04, by unc0rr
merge default
qmlfrontend
2015-01-03, by unc0rr
backporting some build system fixes and pas2c tweaks
0.9.21
2015-01-06, by sheepluva
Fix home path
2015-01-03, by unc0rr
premature optimisation bit me again.
0.9.21
2015-01-04, by nemo
Fix crash in case of critical image missing
2015-01-03, by unc0rr
Intent is to allow filtering by arbitrary flag combinations. This isn't actually working yet. No idea why. It seems it should. Tired though, so will look at it tomorrow.
0.9.21
2015-01-04, by nemo
checker.ini to avoid hardcoded paths
2015-01-02, by unc0rr
oops
0.9.21
2015-01-03, by nemo
Generate config for 'world edge' and 'script param' scheme options
2015-01-02, by unc0rr
Tired of not knowing which rooms I can't join
0.9.21
2015-01-03, by nemo
Fix setting gravity multiplied by million for a moment of time on new turn on certain circumstances
2015-01-02, by unc0rr
use copyToXY instead to improve legibility
0.9.21
2015-01-03, by nemo
Try to handle negative gravity w/ snow. Still needs to look nicer. Currently causes banding.
2015-01-01, by nemo
Fix crash in case of critical image missing
0.9.21
2015-01-03, by unc0rr
Uhm... this seems to count as a workaround, not tested though
2014-12-30, by unc0rr
Revert 5f34d3341fc1 and 28d5cebdf660, fix 9b789de8e5df instead
0.9.21
2015-01-02, by unc0rr
Get rid of teamownerId since rejoin feature makes it virtually useless, as you cannot rely on it anymore. Should fix recently experienced server crashes.
2014-12-30, by unc0rr
tweaks to try and make flakes better behaved in negative gravity. branch safe.
0.9.21
2015-01-01, by nemo
Server-side workaround for frontend's script parameter bug in .21
2014-12-30, by unc0rr
this should probably work
0.9.21
2014-12-30, by nemo
Merge fixes from .21 branch
2014-12-30, by unc0rr
revert 9b789de8e5df on branch based on feedback from zorg - seems to be breaking gameplay
0.9.21
2014-12-30, by nemo
Use ghc return value instead of looking for the stderr, do not throw error when an haskell module throws a build failure, e.g. because of false positives like this one (debian/arm*)
2014-12-29, by Gianfranco Costamagna
Find lua 5.1 on fedora machines (taken from fedora hw git)
2015-01-05, by Gianfranco Costamagna
Fix arm* build failures
2014-12-30, by Gianfranco Costamagna
Use ghc return value instead of looking for the stderr, do not throw error when an haskell module throws a build failure, e.g. because of false positives like this one (debian/arm*)
0.9.21
2014-12-30, by Gianfranco Costamagna
Was not a good idea in the first place IMO
2014-12-27, by nemo
Workaround bug (each time losing room master status, even when joining mutliple rooms, new instance of NetAmmoSchemeModel created, receiving schemeConfig and modifying its 43rd member, thus the last model which accepts this signal has the string cut down several times, workaround creates copy of qstringlist to avoid modifying shared message instance. Proper fix would delete unneeded instances of NetAmmoSchemeModel, but who cares)
0.9.21
2014-12-27, by unc0rr
fix amRubber frame positioning fail (probably)
2014-12-25, by nemo
0.9.21 branch
0.9.21
2014-12-24, by unc0rr
More complete fix for FULLMAPCONFIG message, also add new known protocol versions
2014-12-24, by unc0rr
Tweak to land texturing. Treat any non-lfBasic as edge
2014-12-24, by nemo
cleaned up amRubber.png
2014-12-24, by nemo
polish update for rubber
2014-12-24, by krdrt5367
fix for issue #894
2014-12-24, by nemo
bleah. I hate burning changelog revisions, but this isn't finished
2014-12-24, by nemo
Probably fixes issue #891 although the overall playability of the campaign, who knows, since invalid name was used in the add too
2014-12-24, by nemo
*sigh* Somehow I clobbered these while making the changes, without meaning to. Revert to old ones.
2014-12-24, by nemo
This resolves issue #890 and issue #886
2014-12-24, by nemo
forgot zopfli
2014-12-24, by nemo
Suggestion of Wuzzy's. Use Randy's water as SD water.
2014-12-24, by nemo
merge
2014-12-24, by nemo
add wuzzy to credits
2014-12-24, by vittorio giovara
Add Randy's Candy_v1 as an upgrade to the Cake theme, add Cake theme to list of selectable themes. Also add forgotten Hoggywood CMakeLists.txt.
2014-12-24, by nemo
Add Hoggywood. Theme by Rofra, updated and improved by Wuzzy
2014-12-24, by Wuzzy
Add my address to IT translation
2014-12-27, by Gianfranco Costamagna
should fix perlin gen on 32 bit
2014-12-24, by nemo
merge
2014-12-23, by nemo
Hide "optimize" button
2014-12-22, by unc0rr
german translation update, mostly just adding wuzzy's suggested strings
2014-12-21, by sheepluva
Issue 875: Fix faulty translation in German
2014-12-21, by wuzzy
scaling is not safe in multi at all using a team add. will use the first real team instead.
2014-12-22, by nemo
Make amGirder invisible in construction mode since it allows placing anywhere in fortress. Print "insufficient power" if placement was blocked due to that, to avoid confusing noobs.
2014-12-20, by nemo
this bugs me every time I look at it
2014-12-22, by nemo
hat fix
2014-12-19, by sheepluva
revert last commit
2014-12-17, by sheepluva
don't save alpha channel to screenshots when not needed
2014-12-17, by sheepluva
change speechfix implementation (no "continue" anymore
2014-12-17, by sheepluva
grmlgrml
2014-12-17, by sheepluva
change string types of speech bubbles fix to work with pas2c
2014-12-17, by sheepluva
dark magic: make "continue" statement work in pas2c-parsed for-loops. (would skip iteration and lead to infinite loops before)
2014-12-17, by sheepluva
cleanup speech bubble code a little. this fixes issue 719
2014-12-17, by sheepluva
ClimbHome mission preview by wuzzy
2014-12-17, by sheepluva
update changelog
2014-12-17, by sheepluva
merge'n'magic
2014-12-16, by sheepluva
just in case. one more nil check
2014-12-16, by nemo
aaaand where it was actually crashing
2014-12-16, by nemo
Add nil checks on HHGear to rope steps.
2014-12-16, by nemo
Issue 871 in hedgewars: "Hedgehog dropping into water while still attached to a rope makes engine crash"
2014-12-16, by sheepluva
add a couple of onGearDamage callbacks to mine/barrel fall damage
2014-12-16, by nemo
Issue 867: Update German mission strings
2014-12-15, by wuzzy
small code tweak
2014-12-15, by sheepluva
fix for Issue 855: Failure to teleport rarely makes engine crash
2014-12-15, by sheepluva
Issue 829: Drill rocket drilling dust is slightly misplaced
2014-12-15, by sheepluva
Issue 852: Using blowtorch to dig through the wrap-around border in caves fails miserably
2014-12-15, by sheepluva
Some fixes and (really lazy) fixes
2014-12-15, by mikade
Issue 768: Bee: Camera focus lost
2014-12-14, by sheepluva
Issue 865: gfResetHealth is not exposed to Lua
2014-12-14, by sheepluva
make use of onGearWaterSkip
2014-12-14, by mikade
Issue 755: Lua API: Add ammo type parameter for onHogAttack
2014-12-14, by sheepluva
lua API event: onGearWaterSkip
2014-12-14, by sheepluva
remove links from doxygen project number as doxygen escapes them now
2014-12-14, by sheepluva
Some ru l10n updates
2014-12-13, by unc0rr
use TeamsCount instead of cMaxTeams in a few loops
2014-12-13, by nemo
Use notice and skip join on irc
2014-12-12, by Gianfranco Costamagna
remove a not that somehow magically appeared in a prior commit.
2014-12-11, by nemo
make camera in wrap mode a bit smarter
2014-12-11, by sheepluva
world edge tweakes/fixes
2014-12-11, by sheepluva
fix size of PtrInt. enable tests for pas2c (all passing now)
2014-12-11, by sheepluva
pas2c doesn't like semi-colons after repeat
2014-12-11, by sheepluva
fix copypasta
2014-12-11, by nemo
let sinegun bounce on weBounce
2014-12-11, by sheepluva
Add (and slightly tweak) Wuzzy's Target Practice missions
2014-12-11, by mikade
Wuzzy's changes to stats for some of the training missions.
2014-12-11, by mikade
cont.
2014-12-11, by sheepluva
wrap explosions!
2014-12-11, by sheepluva
wrap sinegun
2014-12-11, by sheepluva
Issue 848: Minor translation update for German (misc files)
2014-12-11, by wuzzy
fix some old code that assumes that a bullet under water is always outside land array - which is wrong (e.g. during sudden-death in previous releases, also weSea now)
2014-12-11, by sheepluva
small shell script that accepts hedgewars git revisions as parameters and will try to find the respective mercurial revision
2014-12-10, by sheepluva
remove redundant check
2014-12-10, by sheepluva
merge FreeTexture into FreeAndNilTexture
2014-12-10, by sheepluva
put back the old uteams cleanup, leaks and all, to worry about post-release since my attempt to use DeleteGear was running into the fact that that procedure does way more than just delete a gear. might need an explicit cleanup routine for both to call.
2014-12-10, by nemo
less
more
|
(0)
-10000
-3000
-1000
-112
+112
+1000
+3000
tip