Mercurial
Mercurial
>
hedgewars
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
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.
more details in chCheckProto
0.9.16
2011-10-16, by koda
ios frontend: sounds and music have their own class now (with caching\!) instead of being spread here and there (exploiting class methods like a true oop pro)
2011-09-24, by koda
display a message when network is down or server is not reachable, nemo also made the page refresh at display time
0.9.16
2011-10-14, by koda
many many netclient/frondent changes (just the beginning though):
2011-09-23, by sheepluva
because betas are baaaad (also really fix compiling everywhere)
0.9.16
2011-10-12, by koda
Convert boolean variable + a bunch of fields which make sense only while game is going on into Maybe + structure
2011-09-24, by unc0rr
merge from default. Pulls in sheepluva's frontend work, and unbreaks engine cmake.
0.9.16
2011-09-25, by nemo
don't rumble while synchronising a demo/save
2011-09-23, by koda
randomly selected static/mission maps weren't properly reported to others in room (only new seed was)
2011-09-22, by sheepluva
prevent screen locking while synching saves (can take some time)
2011-09-22, by koda
Fix sheepluva's merge
2011-09-22, by unc0rr
let frontend send (copypasta) multi-line messages line by line to avoid protocol violation
2011-09-22, by sheepluva
My best guess for issue #285 is send thread being stuck at sendAll function, so I move client removing function before sendAll
2011-09-22, by unc0rr
Disable clouds
2011-09-21, by nemo
ios version bump
2011-09-22, by koda
apparently the old way was the correct one
2011-09-22, by koda
aligned credits and game modes to main release
2011-09-22, by koda
create the ios schemes programmatically
2011-09-22, by koda
retina images, again
2011-09-21, by koda
mad several updates to the resource copying phase in the ios project file, changed paths of some images and added some smaller forts version
2011-09-21, by koda
Couple of missed changes inu pointed out
2011-09-21, by nemo
one more
2011-09-21, by koda
moar @2x
2011-09-21, by koda
another round of retina display images
2011-09-21, by koda
Disable a bit of code from revision 4 that I'm pretty sure is not hit anymore, or we'd end up with plenty of doubled graves at a minimum. Also, clear gstWinner/gstLoser along with gstWait - still need to figure out why exactly those aren't rendering anymore though.
2011-09-20, by nemo
fixed several 'retina display' images and added a bunch more (though just from upscaling the normal ones; might be nice to have 'em redrawn at a real higher resolution)
2011-09-21, by koda
let's use the built in events, shall we
2011-09-20, by koda
check for amNothing
2011-09-20, by nemo
Revert koda's c24fdd9a0458 until it stops breaking my builds :-p
2011-09-20, by nemo
Clear gstAnimation and reset Timer before entering death animation
2011-09-20, by nemo
revert prev - that was dumb. wrong gear.
2011-09-20, by nemo
Let's actually add the gstHHDeath check to the right line, shall we?
2011-09-20, by nemo
Check on active hedgehog death animation
2011-09-20, by nemo
this reintroduces the gsSuspend state to fix multitasking on ios
2011-09-19, by koda
using fpc 2.7.1 in ios project file
2011-09-19, by koda
also merge 0.9.16 in to make koda happy
2011-09-19, by sheepluva
merge the 2 heads. I hope I did it right. also I increased proto and ver number
2011-09-19, by sheepluva
return nil for position if no gear
2011-09-19, by nemo
fix mac compilation
0.9.16
2011-09-19, by koda
merge changes from 0.9.16 branch - I bet I just broke something XD
2011-09-18, by sheepluva
Added tag 0.9.16-release for changeset 74bc72746bec
0.9.16
2011-09-19, by koda
make chatsection in game room stretch if space is available
0.9.16
0.9.16-release
2011-09-18, by sheepluva
another fix for a popup window that had no style
0.9.16
2011-09-18, by sheepluva
set a default value for density that shouldn't lead to div by 0
0.9.16
2011-09-18, by sheepluva
Include lib* into src package
0.9.16
2011-09-17, by unc0rr
okay, let's revert this for now
0.9.16
2011-09-17, by unc0rr
- Unset hhdriven flag for gone hedgehog
2011-09-19, by unc0rr
Revert 3ec95dc2b249 - causes hogs to be trapped in the teleport animation. bad breakage
2011-09-17, by nemo
fix style of lobby chatroom user context menu
0.9.16
2011-09-17, by sheepluva
oops, it was already added
2011-09-17, by nemo
Set version to 0.9.16, protocol to 39
0.9.16
2011-09-17, by unc0rr
Add straight lines to changelog
2011-09-17, by nemo
Merge recent changes from default
0.9.16
2011-09-17, by unc0rr
update copyright year of README
2011-09-17, by sheepluva
change the changelog
2011-09-17, by mikade
update credits a bit
2011-09-17, by sheepluva
german translations, a lot was still missing -.-
2011-09-17, by sheepluva
typo
2011-09-16, by nemo
Attempt to prevent oom after restarting too many times
hedgeroid
2011-09-25, by Xeli
merge
2011-09-16, by nemo
make the fire button appear only on android for now, I'll make it depend on a variable later on
hedgeroid
2011-09-25, by Xeli
clear HHJump on portaling
2011-09-16, by nemo
merge
2011-09-16, by nemo
isOnCurrentHog and isOnCrosshair now look at the distance relative to the screen rather than world coords, this means that zooming out doesn't make it harder to touch the hog or crosshair
hedgeroid
2011-09-16, by Xeli
pt update
2011-09-16, by inu
removed some commented lines
hedgeroid
2011-09-16, by Xeli
Requested a few times
2011-09-16, by nemo
Exit hedgewars cleanly and return to the frontend with out crashing + fixed error messages "foo" -> HWEngine_Loader
hedgeroid
2011-09-16, by Xeli
AI insists on using snowball for digging. Until that is prevented, remove snowball
2011-09-16, by nemo
merge
hedgeroid
2011-09-16, by Xeli
- Allow 8 teams in game on 0.9.16-dev
2011-09-16, by unc0rr
Aaaaalllways!
2011-09-16, by nemo
Italian translation
2011-09-16, by Marco Bresciani
whoops, this line got lost in merging action
2011-09-16, by sheepluva
Polish translation updates
2011-09-16, by szczur
2 extra steps was still occasionally causing problems w/ edge cases. hopefully 3 should do the trick
2011-09-15, by nemo
Move options caption to box title. This frees up quite a bit of space at 800x600
2011-09-15, by nemo
Tweak sparkles, glass. Left glass commented out in case he prefers old behaviour.
2011-09-15, by nemo
check waterline
2011-09-16, by mikade
moar sparkles :3
2011-09-16, by sheepluva
Avoid hog repeating himself
2011-09-15, by nemo
Spanish translation
2011-09-16, by Palewolf
TestRectForObstacle: areas outside map borders are not passable
2011-09-16, by sheepluva
changeĀ²log
2011-09-15, by sheepluva
merge :(
2011-09-15, by Henek
fix back button location in post-game stats screen
2011-09-15, by sheepluva
updateing swedish translation
2011-09-15, by Henek
0.9.16 branch
0.9.16
2011-09-15, by unc0rr
fix and optimize kamikaze's png
2011-09-15, by sheepluva
screenshots: display a msg on failure and log causative error
2011-09-15, by sheepluva
based on the fact that the crash never seemed to have happened with default screen resolutions and also inspired by the only other getmem usage in the code I came up with this simple solution which seems to work just fine.
2011-09-15, by sheepluva
cleaned up the screenshot procedure a little.
2011-09-15, by sheepluva
Randy's soldier helmet hat. I fixed the animation, brightened the color and made it a Team-colored hat.
2011-09-15, by sheepluva
Updated translation after typo fix
2011-09-14, by nemo
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
2011-09-15, by sheepluva
merge
2011-09-14, by koda
some love for TeamHeadband.png
2011-09-14, by sheepluva
Updates to golf theme.
2011-09-14, by mikade
merge
2011-09-14, by nemo
oops, just burning through commits today.
2011-09-14, by mikade
Add sounds for incorrectly placed waypoint, fastest time, and no record of any kind.
2011-09-14, by mikade
Revert currently unneccessary changes to uScript.
2011-09-14, by mikade
merge
2011-09-14, by mikade
add blink to cyclops hat
2011-09-14, by sheepluva
Expose some vars for tracking the border.
2011-09-14, by mikade
lua: boolean TestRectForObstacle(x1, y1, x2, y2, landOnly)
2011-09-14, by sheepluva
smoothing should be after despeckling
2011-09-13, by nemo
Balanced shield miser, multi-shot, and boss kills in SI. Added radar ping.
2011-09-14, by mikade
fix for issue #238
2011-09-13, by nemo
Slightly translated ru.lua
2011-09-13, by unc0rr
Translation update
2011-09-13, by unc0rr
Translation update
2011-09-13, by igor-hkr
typo
2011-09-12, by sheepluva
Still haven't received updated lt ts file, but no reason that the .txt and .lua shouldn't get used
2011-09-13, by nemo
Don't set lfDamaged for small tunnels
2011-09-13, by nemo
fix voice preview
2011-09-13, by nemo
Remove extra graphical resweeps, and smooth prior to despeckling. Was getting odd desync here without Land[] seemingly incorrect at end of passes. Just removing seems to fix, and code wasn't that good an idea in its prior state anyway.
2011-09-13, by nemo
oops
2011-09-12, by nemo
Disable GL SetAttributes for Windows due to many testers with problems. This restores .15 behaviour.
2011-09-12, by nemo
Fix hat naming, keep case consistent within the streetfighter group, fix spelling error.
2011-09-12, by nemo
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
tip