Mercurial
Mercurial
>
hedgewars
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-3000
-1000
-960
+960
+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.
Add an extra pass in FindPlace for AI resurrection mode to try to make it unwinnable, add DeleteGear, DeleteVisualGear, AddVisualGear, GetVisualGearValues, SetVisualGearValues to Lua
2010-12-02, by nemo
- Implement decode() function.
2010-12-01, by unc0rr
merge
2010-12-01, by unC0Rr
Translation update
2010-12-01, by igorko
Some more improvements
2010-12-01, by unC0Rr
un-break also the ios project
2010-12-01, by koda
un-break build (wrong merge in uConsole) and update project file with the new sources
2010-12-01, by koda
OMG merge
2010-11-30, by koda
Add poison sounds to all voices pending proper recording by armagon.
2010-11-29, by nemo
Simple simplify() function
2010-11-29, by unc0rr
do GoBack if also INGAME due to kick
2010-11-28, by nemo
disable last commit w/ comment
2010-11-28, by nemo
suppress PART if game is running. testing, etc.
2010-11-28, by nemo
Try suppressing those annoying "incorrect state" messages without actually breaking net play. Alter prior checks on GoBack. NEEDS TESTING.
2010-11-28, by nemo
add null check
2010-11-28, by nemo
Try to kill off all teams if the player returns to the lobby in mid-game. Also leave game room open for admins to kick/restrict joins etc. NEEDS TESTING PROBABLY BROKE SOMETHING OR OTHER
2010-11-28, by nemo
Basic encoding of drawn map
2010-11-28, by unc0rr
Improve map editor a bit
2010-11-28, by unc0rr
Small testing app for DrawMap scene
2010-11-27, by unc0rr
Some basic functionality
2010-11-27, by unc0rr
Initial commit of the Draw Map Scene
2010-11-27, by unc0rr
add a uid to VGs for purpose of Lua manipulation
2010-11-26, by nemo
corrected steps
2010-11-26, by nemo
Add a visual gear for drawing circles. Intent is to allow specifying areas on map for lua scripts (such as to indicate a location to go to). Could also be used to, say, circle a hog in CTF. Also add a "Critical" flag for visual gears so a gear flagges as such will always be created.
2010-11-25, by nemo
fix for frontend desync
2010-11-24, by prg
update translations, add Dutch
2010-11-24, by nemo
move this call to where the game tick is actually incremented
2010-11-24, by nemo
adding a combobox to weapon editor as scheme editor, added a few notices for deleting and some buttons in this area.
2010-11-22, by Henek
SinTable.inc -> uSinTable.pas
2010-11-22, by unc0rr
Move doPut into uIO (not a very bad place really)
2010-11-22, by unc0rr
uCommandHandlers
2010-11-22, by unc0rr
added disabling option to itemNum and grey images for that. also made default weapon sets uneditable and not deleteable.
2010-11-22, by Henek
fix SetEffect, last parameter was not a boolean
2010-11-22, by Henek
a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
2010-11-22, by Henek
fix chat
2010-11-21, by nemo
revert 4388 - was there already, I didn't notice. still no idea what the problem is
2010-11-21, by nemo
I think unc0rr forgot to add initModule here
2010-11-21, by nemo
Increase teams to 8 to match the 8 colours, fix issue #108, reenable rope length modifier
2010-11-21, by nemo
detach rope if the Land[] vanishes
2010-11-21, by nemo
Remove some more circular dependencies
2010-11-21, by unc0rr
uDebug
2010-11-21, by unc0rr
Remove uChat dependency from uCommands
2010-11-21, by unc0rr
Remove uAmmos dependaency from uCommands
2010-11-21, by unc0rr
fix rope test
2010-11-21, by nemo
fix key binds for lua created teams and added wind control
2010-11-21, by Henek
Move some command handlers out of uCommands into more appropriate places, thus removing some dependencies. Ideally uCommands shouldn't depend on anything (except for uTypes and uConsts probably)
2010-11-21, by unc0rr
Disable rope attach to hogs/crates/barrels etc. Should fix a bug in collision according to unc0rr
2010-11-21, by nemo
After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
2010-11-21, by nemo
merge
2010-11-21, by unc0rr
move rendering to fix 4368:3698361802ed
2010-11-21, by nemo
uCaptions
2010-11-21, by unc0rr
Fix koda's esc key binding so leaving rooms works correctly with it
2010-11-21, by nemo
In the case of per-hog-ammo, switch the ammo viewed when not your turn to what will probably be your ammo, assuming that hog survives.
2010-11-21, by nemo
Move localization data to uVariables, some Uses cleanup
2010-11-20, by unc0rr
Move land hash checking into commands
2010-11-20, by unc0rr
Oops, forgot the file
2010-11-20, by unc0rr
no way
2010-11-20, by unc0rr
Forgot this
2010-11-20, by unc0rr
Introduce uGearsRender
2010-11-20, by unc0rr
It works, though wastes too much of CPU
2010-11-20, by unc0rr
merge
2010-11-18, by nemo
New version of cycles searcher, doesn't work for some reason (shouldn't use O(n) lookup?)
2010-11-18, by unC0Rr
Got no warning about this, why?
2010-11-18, by unC0Rr
Introduce uRenderUtils
2010-11-18, by unC0Rr
No need for Extended data type just to draw some visual gears. It's a shame we have Math unit dependency
2010-11-18, by unC0Rr
Introduce uRender
2010-11-18, by unC0Rr
Haven't found a better place than uIO for OutError
2010-11-18, by unC0Rr
Move SendStats to uIO
2010-11-18, by unC0Rr
Introduce uTextures
2010-11-18, by unC0Rr
Move some stuff from uMisc to uUtils
2010-11-18, by unC0Rr
Introduce uCommands.pas
2010-11-18, by unC0Rr
remove some more PHedgehog casts
2010-11-17, by nemo
Some more
2010-11-17, by unc0rr
uGears
2010-11-17, by unc0rr
uWorld
2010-11-17, by unc0rr
uTeams
2010-11-17, by unc0rr
uLand isn't that important to them
2010-11-17, by unc0rr
Added tag Hedgewars-iOS-1.2 for changeset ede569bb76f3
2010-11-29, by koda
Remove ugly PHedgehog(Gear^.Hedgehog) cast
2010-11-17, by unc0rr
ios 1.2 project file last update
Hedgewars-iOS-1.2
2010-11-29, by koda
Remove uMisc dependency from uRandom
2010-11-17, by unc0rr
added missing graphics and fixed some glitches/crashes/bugs
2010-11-28, by koda
Move variables from uConsts to uVariables
2010-11-17, by unc0rr
update build files for compliance with Mac AppStore
2010-11-28, by koda
Move variables from uMisc to uVariables
2010-11-17, by unC0Rr
more backward compatibility
2010-11-27, by koda
Introduce unit uTypes in order to remove some cyclic unit dependencies
2010-11-17, by unC0Rr
update some files for new graphics and new ios4.2
2010-11-25, by koda
A program which finds a cycles in units dependencies
2010-11-17, by unC0Rr
update also the project to use those graphics
2010-11-24, by koda
Dumb parser of pascal, and a program which lists unit dependencies
2010-11-17, by unC0Rr
update graphics names, path, resolution, content...
2010-11-24, by koda
remove weapons and schemes selection for missions from ifrontend
2010-11-17, by koda
updated/added slovak translations of lua files
2010-11-16, by jose1711
display an empty table for missions
2010-11-21, by koda
sk update
2010-11-16, by jose1711
add a S3D_DISABLED symbol to disable/enable stereo rendering at compilation time
experimental3D
2010-12-27, by koda
translation updates
2010-11-16, by jose1711
use a gentler positive parallax for background effect
experimental3D
2010-12-22, by koda
This should fix Chip's bug with unlimited teleports. Also remove more hog placement special behaviour and just use ResetWeapons with a check against PlacingHogs mode
2010-11-15, by nemo
update the 3d branch after release
experimental3D
2010-11-15, by koda
close branch
0.9.14.1
2011-01-16, by koda
minor things
2010-11-15, by koda
whoops
0.9.14.1
2010-12-06, by sheepluva
resets CurAmmoType in ResetWeapons
2010-11-14, by Henek
change theme of "Tree" map to halloween
0.9.14.1
2010-12-06, by sheepluva
merge 0.9.14.1 to trunk
2010-11-14, by nemo
update build files for compliance with Mac AppStore
0.9.14.1
2010-11-28, by koda
improve mac bundle creation
0.9.14.1
2010-11-14, by koda
fix compilation server for me
0.9.14.1
2010-11-14, by koda
Latest proto num is 35
0.9.14.1
0.9.14.1-release
2010-11-14, by unc0rr
revert delay on mines to 0.9.13 0-3 range
0.9.14.1
2010-11-14, by nemo
merge 0.9.14
2010-11-14, by nemo
fix placement
0.9.14.1
2010-11-14, by nemo
Apply hit animation ONLY to bullets
2010-11-14, by Palewolf
set vesion to 0.9.14.1
0.9.14.1
2010-11-14, by unc0rr
Small animation on bullet impact
2010-11-14, by Palewolf
35 -> 0.9.14.1 mapping
0.9.14.1
2010-11-14, by unc0rr
sorry bout that guys.
2010-11-14, by nemo
revert koda's bind button. seems to cause failures to switch weaponsets, and thus desyncs
0.9.14.1
2010-11-14, by nemo
another typo
2010-11-14, by jose1711
this reverts 3861
0.9.14.1
2010-11-14, by nemo
fixed typo
2010-11-14, by inu
bumping qt minimum version
0.9.14.1
2010-11-14, by koda
clean up and lua update, very minor
2010-11-13, by Henek
Set protocol num to 35
0.9.14.1
2010-11-14, by unc0rr
merge 0.9.14 back into trunk
2010-11-13, by nemo
add a couple of emits to try and fix the desync. needs testing to make sure everything else is being passed correctly
0.9.14.1
2010-11-14, by nemo
merge
2010-11-13, by unc0rr
disable offsets in GetLaunchX/GetLaunchY instead
0.9.14.1
2010-11-14, by nemo
made napalm use napalmbombs instead of just dropping fire
2010-11-13, by Henek
Optimization fail fixed
2010-11-13, by unc0rr
2 of the fixes for 0.9.14.1 - still need to fix the frontend desync and config-dir
0.9.14.1
2010-11-14, by nemo
trying to close 0.9.14 branch
0.9.14
2011-01-16, by koda
merge of 0.9.14 changes into default - hopefully I successfully avoided the parts we don't want
2010-11-13, by nemo
revert prior revision. moving to new branch
0.9.14
2010-11-14, by nemo
added new sprite for drill strike drills, not intended for .15 release
2010-11-13, by Henek
set all offsets to 0 based on user complaints.
0.9.14
2010-11-14, by nemo
better description of disable wind
2010-11-13, by Henek
lighten tex to look more sandy
0.9.14
2010-11-13, by nemo
check in frontend flag for more wind mode
2010-11-13, by nemo
Update message
0.9.14
2010-11-13, by unc0rr
Apply wind while roping too (with the game flag set)
2010-11-12, by nemo
Apply 2610ad7c6d6c to branch too
0.9.14
2010-11-13, by unc0rr
tweak more wind mode
2010-11-12, by nemo
Bump up protocol number
0.9.14
2010-11-13, by unc0rr
merge
2010-11-13, by koda
tweak cluster test to reduce AI fail a bit, also weaking its overal rating.
0.9.14
2010-11-13, by nemo
This revision should, in theory, correctly merge 0.9.14 and tip, so that future merges of 0.9.14 should work properly
2010-11-12, by nemo
replace orange with yellow to differentiate from peach
0.9.14
2010-11-13, by nemo
makes drill attack drills weaker and not affected by wind
2010-11-13, by Henek
one more try at sk - perhaps it will make the release
0.9.14
2010-11-13, by jose1711
bugfix. correct crossplatform tips
2010-11-12, by nemo
don't list too big maps for certain devices
2010-11-13, by koda
Update ru translation
0.9.14
2010-11-13, by unc0rr
translation update for the release
2010-11-12, by jose1711
some interface tricks for iphone as well
2010-11-13, by koda
Not going into release
0.9.14
2010-11-13, by unc0rr
update translation files for the 4265 text change
2010-11-12, by nemo
update iFrontend with new schemes and weaps, fix up smaller glitches
2010-11-12, by koda
No svgz and .desktop
0.9.14
2010-11-13, by unc0rr
fancy dust when the drill is drilling
2010-11-12, by Henek
redo once again file updating, moving stuff around
2010-11-12, by koda
Bye-bye sha-1
0.9.14
2010-11-13, by unc0rr
Light trails for bullets
2010-11-12, by Palewolf
Merge
0.9.14
2010-11-13, by unc0rr
copypasta fail
2010-11-12, by nemo
Ban .svg, .psd, .sifz from being present in 'make package_source' output
0.9.14
2010-11-13, by unc0rr
off by 1 error in resurrector index
2010-11-12, by nemo
Some fixes
0.9.14
2010-11-13, by unc0rr
merge (stupid reflexive pull -u)
0.9.14
2010-11-13, by nemo
engine side of a more wind patch. no frontend hook. just want to check it in to pull it from another machine
2010-11-12, by nemo
Useless
0.9.14
2010-11-13, by unc0rr
last-minute pl updates
0.9.14
2010-11-13, by szczur
fixed breakage of game schemes
2010-11-12, by Henek
Updated spanish translation
0.9.14
2010-11-13, by Palewolf
merge
2010-11-12, by unc0rr
Add 0.9.14 and 0.9.15-dev mapping
0.9.14
2010-11-13, by unC0Rr
distribute health evenly amongst graves instead of randomly - avoid situation where a grave stays dead
2010-11-12, by nemo
Apply typo fix also here
2010-11-12, by unc0rr
Remove "-dev" suffix
0.9.14
2010-11-13, by unC0Rr
ok... combine a tick check with texture percentage check. this should be a lot less frequent
2010-11-12, by nemo
Fix typo in russian translation, update english translation with plural forms
0.9.14
2010-11-13, by unC0Rr
Also switch saucer from updating every N ticks to updating as-needed.
2010-11-12, by nemo
update translation files for the 4265 text change
0.9.14
2010-11-12, by nemo
Switch to Damage - Tag is already in use
2010-11-12, by nemo
translation update for the release
0.9.14
2010-11-12, by jose1711
remove floating point/rounding
2010-11-12, by nemo
bugfix. correct crossplatform tips
0.9.14
2010-11-12, by nemo
only update flamethrower texture when the percentage changes
2010-11-12, by nemo
improve behaviour of resurrection. pull in 4254 and 4259 which replace random with index
0.9.14
2010-11-12, by nemo
raised version number
2010-11-12, by koda
pull bugfix into 0.9.14 avoid major performance hit when using flamethrower
0.9.14
2010-11-12, by nemo
exposing Henek's no wind flag
2010-11-12, by koda
Fix typo
0.9.14
2010-11-12, by unc0rr
yay i'm free to break things again!
2010-11-12, by koda
Make server listen on ipv4 interface only
0.9.14
2010-11-12, by unc0rr
drillstrike! might require the drill patch to improve behavior
2010-11-12, by koda
merge this two safe commits from trunk to release branch
0.9.14
2010-11-12, by koda
iphone interface
2010-11-12, by koda
added getrandom and addcaption to lua
2010-11-11, by Henek
Revert to old server in branch 0.9.14
0.9.14
2010-11-11, by unc0rr
Move resurrection to utilities, reduce its probablit a bit to match other utilities, rename the "hint" prop since it really isn't being used as a hint anymore. That can be put back if it changes.
2010-11-11, by nemo
er. and cast to TAmmoType, which burp's routine still requires :)
2010-11-11, by nemo
Forgot burp's new ammo routine
2010-11-11, by nemo
Fix a long-standing bug with ammo due to gstMoving being set on gears generically, causing an incorrect ammo type to be set. This caused crashes and incorrect ammo types.
2010-11-11, by nemo
by default selecting a game mode will select a weapon with the same name, and viceversa; toggable for every game
2010-11-11, by koda
added function GetHogTeamName to lua, makes TeamsCount more useful
2010-11-10, by Henek
added TeamsCount and TotalTurns to lua as requested by mikade
2010-11-10, by Henek
hide crosshair when switching to no weapon
2010-11-09, by nemo
make weapons on rope/parachute/UFO inherit momentum of the hog. needs testing of course
2010-11-09, by nemo
tweak interface, there is no need to manually add new weapons and schemes to the filter list
2010-11-10, by koda
added two games modes and one weaponset
2010-11-10, by koda
removed altuse property for sticky mines
2010-11-09, by Henek
Even more png optimizations
2010-11-09, by unc0rr
More png optimizations
2010-11-09, by unc0rr
Optimized graphics by size using
2010-11-09, by unc0rr
compensate a bit for the reduction in power by increasing target height, avoids bouncing off terrain.
2010-11-08, by nemo
Revert yet again for breaking stuff. No more chances on this. If there'd been a release, this would have been twice with serious breakage. P.S. - as per koda's complaint last time, only reverted the non-iphone, probably means iphone is now broken. Oh well.
2010-11-08, by nemo
No point in leaving hogs at 0, since shotgun triggers death anyway. Also, add some audio cues to extra damage / time
2010-11-08, by nemo
changelog
2010-11-09, by sheepluva
restore circle
2010-11-08, by nemo
added missing game modifiers to lua
2010-11-09, by Henek
merge again? :o
2010-11-08, by koda
fix so gfDisableWind can infact be used in lua
2010-11-08, by Henek
added flag gfDisableWind to be used in lua scripts
2010-11-08, by Henek
Fix wrong order in results screen when players team up
2010-11-08, by TheException
merge
2010-11-08, by koda
inactivate sudden death if both health decrease and water rise is 0 and lower sudden death turns to 50 again
2010-11-08, by Henek
fix preview for the FlightJoust test map (not for release)
2010-11-08, by nemo
smaller update (color and modes)
2010-11-08, by koda
Darken blue, brighten cyan to make more distinguishable, replace gold with peach. Should hopefully resolve objections about colour distinguishability
2010-11-08, by nemo
this time i got it right, i'm sure of it; TEST ANYWAYS
2010-11-08, by koda
revert 4200:dd54999c2822 - it was breaking schemes. koda. just leave this alone until next release
2010-11-07, by nemo
no need to clear this flag
2010-11-07, by nemo
revamp gamemodes section in the ifrontend and update ios game modes
2010-11-07, by koda
better end of turn in infinite attack mode. NEEDS TESTING.
2010-11-07, by nemo
oops, remove weapon delays for clean slate - or else crates get frustrating
2010-11-07, by nemo
keep Clean Slate mode closer to default. the increased health in crates and the increased damage isn't really needed.
2010-11-07, by nemo
swedish translation tweaks
2010-11-07, by Henek
swedish translation
2010-11-07, by FIQ
JAWOHL! German translations
2010-11-07, by Always-Godlike
Merge README and CREDITS files into CREDITS
2010-11-07, by Palewolf
SOMEONE SET US UP THE BOM!
2010-11-07, by nemo
remove BOM from ja.txt, fix line endings
2010-11-07, by nemo
err better wait after relase for this one
2010-11-07, by koda
move turnstime and minestime * 1000 outside frontend and place it in engine
2010-11-07, by koda
japanese gets some love
2010-11-07, by mikade
Credit comunity submitted content
2010-11-07, by Palewolf
hee hee
2010-11-07, by nemo
pt again
2010-11-07, by inu
Fix stats messages
2010-11-07, by unc0rr
merge
2010-11-07, by nemo
fix about.cpp and update swedish locale
2010-11-07, by Henek
Fix vertical Sky line with some cards in Castle theme
2010-11-07, by Palewolf
pt_BR, the return. also fix line ending screwups
2010-11-07, by arrom
remove last warnings from xcodeproj
2010-11-07, by koda
spanish translation
2010-11-07, by Palewolf
merge
2010-11-07, by unc0rr
fix stray offset in resurrector, make resurrector use time
2010-11-07, by nemo
My wife now
2010-11-07, by unc0rr
Fix rev dec8aafc6414 (not tested)
2010-11-07, by unc0rr
Small fix to russian translation
2010-11-07, by unc0rr
lupdate
2010-11-07, by unc0rr
Fix a typo
2010-11-07, by unc0rr
Fix 4162:49ad7bea4a33 by renaming the file too
2010-11-07, by nemo
Fix some more messages
2010-11-07, by unc0rr
Fix i18n of plural forms
2010-11-07, by unc0rr
merge
2010-11-07, by unc0rr
Restore es and pl translations to TrophyRace map
2010-11-07, by Palewolf
spanish translation
2010-11-07, by Palewolf
Don't use operator /=
2010-11-07, by unc0rr
merge
2010-11-07, by unc0rr
portuguese update for map lua
2010-11-07, by inu
updated chinese translation
2010-11-07, by tonghuix
renaming gtAmmo_Bomb and gtAmmo_Grenade
2010-11-07, by Henek
merge
2010-11-07, by unc0rr
* Updated German translation
2010-11-07, by smaxx
Fix hanging in air after whip or bat attack
2010-11-07, by unc0rr
some updates
2010-11-07, by inu
Polish updade
2010-11-07, by szczur
update and fix some lua stuff
2010-11-07, by Henek
Remove more int64 casts
2010-11-07, by unc0rr
Don't call getrandom() from parameters to a function. The order of calls is undefined, so desyncs are probable.
2010-11-07, by unc0rr
REmove stupid int64 conversions, provide real fixes to compiler hints
2010-11-07, by unc0rr
Fix freepascal version detector to ask only version from compiler rather than all help on parameters
2010-11-07, by unc0rr
Fix some warnings
2010-11-07, by unc0rr
more portuguese
2010-11-06, by arrom
Prevent escape
2010-11-06, by nemo
more polish
2010-11-06, by inu
2 more variables to control water rise and health loss during sudden death.
2010-11-06, by henek
Prevent vgtFlake's rotation angle to grow too high in its absolute value
2010-11-06, by unc0rr
add Timeless and Fort game modes, tweaks to other modes
2010-11-06, by koda
perform an additional check on gamestart
2010-11-06, by koda
update ios port with new health modes, increase sd turns, new game modes, fixed bugs that prevented the creation of AI controlled teams, revisited update modes
2010-11-06, by koda
Decouple forts from divide/mines/explosives, since those can be set individually these days
2010-11-06, by henek
Forgot to disable these in 4116:877ecc9d9d82
2010-11-06, by nemo
Small tweak to Nature/LandTex
2010-11-06, by Palewolf
Fix watermelon fragments stray pixels.
2010-11-06, by Palewolf
help pages for iphone
2010-11-06, by koda
Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
2010-11-05, by henek
more portugese
2010-11-05, by inu
2 minor bugfixes. fix shoppa hack, strip translation from 2 scheme/weapon filters - breaks otherwise.
2010-11-05, by nemo
revert attempts to block switching weapon while targetting in infinite attack mode. just getting too messy.
2010-11-05, by nemo
and again with the polish
2010-11-05, by szczur
I need to keep track of CurAmmoGear or else I trap people who clicked on the bee target
2010-11-05, by nemo
polish update
2010-11-05, by szczur
swedish updates, new goals and such
2010-11-05, by henek
This should make bee and other targetted things behave more reliably in infinite attack mode. Blocks switching of weps if a target point is active.
2010-11-05, by nemo
merge
2010-11-05, by nemo
merge
2010-11-05, by Tobias Neumann
Add some more game goals. Sorry translators.
2010-11-05, by nemo
add F1-F10 to the default binds to fix weapon selection in trainings/missions and such
2010-11-05, by nemo
Replace the deprecated Basketball mode with Clean Slate mode which uses a few of the new scheme options
2010-11-05, by nemo
frontend french update - still some unfinished blocks
2010-11-05, by geekshadow
Release custom hats into the wide wide world
2010-11-05, by nemo
scale down larger buttons to match the others
2010-11-05, by nemo
updated swedish translation
2010-11-05, by henek
Disable icons on maps/generated terrain dropdowns since they haven't been drawn yet. Add per-hog-ammo button
2010-11-05, by nemo
update translation files
2010-11-05, by nemo
New title and campaign mode images
2010-11-05, by nemo
merge
2010-11-05, by nemo
fix issue 2 - taunts during AI turns
2010-11-05, by koda
more button updates, wait for hogs in infinite attack mode stop moving before clearing their damage (just used an arbitrary small interval)
2010-11-05, by nemo
Forgot to make the reset of ReadyTimer match. Also, new icon for Reset Weapons mode
2010-11-05, by nemo
portugese translation for opendesktop files
2010-11-05, by inu
adding qm files and hwengine.desktop to .hgignore
2010-11-05, by sheepluva
some changelog changes
2010-11-05, by sheepluva
make the support page more portable
2010-11-05, by koda
fix copypasta
2010-11-04, by nemo
it locale for opendesktop
2010-11-04, by koda
Oops, didn't see this one. Thanks sheepluva
2010-11-04, by Palewolf
Make health machine effects impact health reset
2010-11-04, by nemo
some crappy german translation, feel free to improve :P
2010-11-04, by sheepluva
spanish opendesktop translations
2010-11-04, by Palewolf
Move LandBackTex to break simmetry as nemo suggested
2010-11-04, by Palewolf
adjust the range for mines to allow disabling with 0 now that the toggle button is gone.
2010-11-03, by henek
new maps: ShoppaKing and TrophyRace
2010-11-05, by Dragonfly
slovak opendesktop translations
2010-11-03, by jose1711
copypasta(TM) saves the day (nemo's bugfix part2)
2010-11-03, by sheepluva
clear gmAttack on attach to prevent a particularly nasty abuse found by the shoppa users.
2010-11-03, by nemo
Extend shoppa hack to disable health crates to saucer and portal modes as well
2010-11-03, by nemo
Apply the reset to all hogs on all teams in uGears. Make InitialHealth same type as Health to avoid issues w/ initial health > 255. Update InitialHealth with the king buff.
2010-11-03, by nemo
oops
2010-11-03, by koda
health reset mode ftw (replaces gfmines)
2010-11-03, by koda
i give up and disable rotation on the iphone; also fix smaller compilation issues
2010-11-03, by koda
swedish localisation for opendesktop files
2010-11-02, by henek
polish localisation for opendesktop files
2010-11-02, by szczur
text tweaks
2010-11-02, by nemo
argh. typo.
2010-11-02, by nemo
this line doesn't use WorldDx
2010-11-02, by nemo
more portal tweaks (closer exit position, cake stuff, etc)
2010-11-02, by sheepluva
set as default type, add icon. going to assume the icon was installed already. should happen in most packaging out there.
2010-11-01, by nemo
disable file association on mac for now
2010-11-01, by koda
merge
2010-11-01, by nemo
er. needs bin/
2010-11-01, by nemo
add absolute path to hwengine
2010-11-01, by nemo
New land texture for Nature theme
2010-11-01, by Palewolf
check for subs first
2010-11-01, by nemo
Add opendesktop association of files for non-windows. NEEDS TESTING.
2010-11-01, by nemo
Add a misc folder to contain some files for attempting a local registration of hwengine against hedgewars demo and save files on request.
2010-11-01, by nemo
better support for wimpier i-devices
2010-11-01, by koda
shorter strings for low-resolution friendliness
2010-11-01, by szczur
Updated mission translations
2010-11-01, by Palewolf
merge
2010-11-01, by nemo
rotation stuff for iphone now works
2010-11-01, by koda
Avoid a flicker of tags if jiggling a hog, remove a bunch of calls to hwRound and hwSign
2010-11-01, by nemo
we had it with you intolerant portals\!
2010-11-01, by sheepluva
also update health bars when one joins a netgame
2010-11-01, by koda
polish update
2010-10-31, by szczur
again w/ the swedish
2010-10-31, by henek
moar swedish
2010-10-31, by henek
fix encoding and stupid file host behaviour
2010-10-31, by nemo
polish update, fix encoding
2010-10-31, by szczur
more swedish updates
2010-10-31, by henek
Merged changes
2010-10-31, by Carlos Vives
Mummy hat
2010-10-31, by MeinCookie95
Terminator glasees hat
2010-10-31, by Robinator
Samus hat
2010-10-31, by shingo666
Infernal horns hat
2010-10-31, by MeinCookie95
Disguise hat
2010-10-31, by Miphica
Elvis hat
2010-10-31, by thuban
Hats
2010-10-31, by Blayde
Hat
2010-10-31, by hillis
Hats
2010-10-31, by Lortinak
Hats
2010-10-31, by chujoii
Trophyrace scripted map
2010-10-31, by Wolfmarc and Dragonfly
Sticks map
2010-10-31, by dctPL
swedish update
2010-10-31, by henek
Shoppaking map
2010-10-31, by Wolfmarc and Dragonfly
Evil chiken fort
2010-10-31, by Dragonfly
Jungle theme with a few touches by Palewolf (missing droplets/splash, wrong background size)
2010-10-31, by KoRn666
polish language patch
2010-10-31, by szczur
various portal tweaks, also: nemo's gear jiggling is back
2010-10-31, by sheepluva
fix issue 63 and draw health bars right away for savefiles
2010-10-31, by koda
call initIPC for savefiles only on iOS
2010-10-31, by koda
merge
2010-10-31, by koda
making indentation consistent (noticed while debugging)
2010-10-31, by nemo
Cancel out dX/dY to handle the invulnerability case
2010-10-31, by nemo
Check for collision with surfaces above when levitating hog, use more typical drawing syntax for the resurrector wep, restore typical indentation
2010-10-30, by nemo
Oops. Restore the check as well
2010-10-30, by nemo
Restore pending proper removal and cleanup from frontend. Otherwise we'll just confuse the users.
2010-10-30, by nemo
fix entity
2010-10-30, by nemo
don't think resurrection is beta anymore
2010-10-30, by nemo
text updates
2010-10-30, by inu
potential fix for Issue #86: 'Objects behind a portal will sometimes go through the portal.' please test
2010-10-31, by sheepluva
set hasGone to prevent resurrection.
2010-10-30, by nemo
make aura match cross colour, add a faint aura to resurrected hogs. basically mucking about w/ burp's weapon again.
2010-10-30, by nemo
Only set zombie hat if the hog didn't have a hat. I'm keeping my dinos dammit!
2010-10-30, by nemo
add some phone rumbling to big explosions, airbomb and sinegun
2010-10-31, by koda
translation file updates
2010-10-31, by sheepluva
can move the new ammo menu freely
2010-10-31, by koda
remove the steam community group from one of the tips/hints/whatever
2010-10-31, by sheepluva (and totally not Smaxx)
fix background for the about and saves controller
2010-10-31, by koda
German translation
2010-10-31, by Always-Godlike
move functions called by pascal code outside controller
2010-10-31, by koda
merge
2010-10-31, by Tobias Neumann
Portal: don't port RCPlanes for now, they are too wide anyway :P
2010-10-30, by sheepluva
update pt translation
2010-10-31, by inu
Resurrector: respect modified Gear position for resurrection range circle
2010-10-30, by Tobias Neumann
Resurrector: Levitate hog + show cross
2010-10-30, by Tobias Neumann
merge…
2010-10-30, by Tobias Neumann
Resurrector: Use zombie-hat for resurrected hogs
2010-10-30, by Tobias Neumann
clear poison on death
2010-10-30, by nemo
A few lines were missing from spanish locale
2010-10-30, by Carlos Vives
burp can always remove this if he doesn't like it. just making it a bit more interesting.
2010-10-29, by nemo
Kill off hog immediately on using up health, use more common formatting, call render less often
2010-10-29, by nemo
Trying to help burp along, here...
2010-10-29, by nemo
This should only allow switching from portal gun and the like.
2010-10-29, by nemo
Avoid doing this stuff twice, even if CheckForWin is called twice
2010-10-29, by nemo
An initial arabic translation. The game engine strings, unfortunately, are not mirrored. A bug should probably be filed on that. It maybe necessary to actually flip the text texture generated by SDL.
2010-10-29, by circoficus
Chinese update
2010-10-29, by tonghuix
Finnish update
2010-10-29, by ninnnu
Slovakian update
2010-10-29, by jose1711
Portugese update
2010-10-29, by arrom
fix an annoying bug that didn't allow returning to the ifrontend
2010-10-29, by koda
merge
2010-10-29, by koda
one more interface trick, force max resolution possible when in fullscreen
experimental3D
2010-10-27, by koda
Only FollowGear for the pilot.
2010-10-27, by nemo
update branch with latest head, most likely breaking water color in stereo mode
experimental3D
2010-10-27, by koda
disable gfMines and update variable names (landadds -> minesnum, cLandAdditions -> cLandMines)
2010-10-29, by koda
merge
2010-10-27, by nemo
merge
2010-10-27, by koda
engine: reorder GameFlags and update files, frontend and other stuff
2010-10-27, by koda
restore king mode
2010-10-26, by koda
Updated spanish locale
2010-10-27, by Carlos Vives
make napalm strike a bit less irritating
2010-10-27, by nemo
the ios port is also iphone compatible
2010-10-25, by koda
SmokeTrace: animation got aborted before last animation frame was displayed
2010-10-25, by sheepluva
fix/tweak let clouds reflect wind speed and direction again + stronger
2010-10-24, by sheepluva
Added tag list for changeset 82e4a5ef18f7
2010-10-23, by Tobias Neumann
initialise to team count
2010-10-24, by nemo
Resurrector Weapon: Add ammo icon, sound, hedgehog picture (from Tiy).
2010-10-23, by Tobias Neumann
Added tag Hedgewars-iOS-1.1 for changeset adffb668f06e
2010-10-21, by koda
add a default description to the new ammomenu
Hedgewars-iOS-1.1
2010-10-21, by koda
Set default ready timer to 0 to see if desyncs come back.
2010-10-21, by nemo
my turn to merge
2010-10-21, by koda
Remove this - doesn't seem to do anything useful after all.
2010-10-19, by nemo
merge
2010-10-19, by nemo
some more memory opt
2010-10-21, by koda
use labels instead of images, should save ram and space
2010-10-19, by koda
ios version bump and other minor things
2010-10-19, by koda
add name, caption and description to the new ammomenu
2010-10-17, by koda
updated PT locale
2010-10-16, by inu
goodbye Barrelhouse and Island forts, we've had a good time together but now we must move on
2010-10-16, by koda
fix some glitches
2010-10-16, by koda
optimizations to new ammomenu and overlay
2010-10-15, by koda
less warning, no rotation glitch, more comments
2010-10-14, by koda
Resurrector weapon: do not make it end turn, add description,
2010-10-14, by Tobias Neumann
Rope optimisation. Remove a space in sdl keys that seems like a bug - issue #70
2010-10-19, by nemo
i fix up the new ammo menu finally
2010-10-13, by koda
(none)
2010-10-13, by smaxx
minor stuff
2010-10-12, by koda
set CurAmmoType to a temp var so I don't have to worry about it switching inside the routine so that I can actually put OnUsedAmmo where it belongs.
2010-10-11, by nemo
Ok. Let's disable the right one this time. In fact, let's just remove newgrave entirely - no point in half-measures.
2010-10-11, by nemo
Disable newgrave - conflicts with resurrection
2010-10-11, by nemo
Extend the >0 / amNothing check
2010-10-11, by nemo
merge
2010-10-11, by koda
Call OnUsedAmmo *after* doing the normal CurAmmoType stuff so CurAmmoType actually points to the right bloody weapon
2010-10-11, by nemo
Add dummy amResurrector sprite
2010-10-11, by Tobias Neumann
New Weapon: Resurrector (TODO: ammo icon + sprites)
2010-10-11, by Tobias Neumann
Add debug message about # cmd
2010-10-11, by unc0rr
Constrain to <= to avoid a bug on bottom edge reported by Henek
2010-10-11, by nemo
Remove bit of debug code from prior, don't switch weapons on end of turn (stick with whatever the last weapon was)
2010-10-11, by nemo
Don't use AfterAttack in saucer - CurAmmoType is switched at this point
2010-10-11, by nemo
update some numerus forms for english
2010-10-11, by nemo
restore the delay between shots
2010-10-10, by nemo
Skip "hurry" message if turn is 10s or less
2010-10-10, by nemo
You win fillammostore
2010-10-10, by nemo
Hopefully fix the last of the more obvious weapon bugs w/ infinite attack mode, add a depixeling sweep every 5s too.
2010-10-10, by nemo
Hopefully fix bee/air attacks w/o screwing anything else up. Set mines to trigger immediately in infinite attack mode (better not use 0s mines)
2010-10-10, by nemo
moved some utilities to a separate column with round buttons
2010-10-11, by koda
Correct another bug in slot switching, adjust width of theme list, really truly fix reset of weps (I hope) should also fix infinite teleport bug in place hogs mode. Slow update of health to 5s for inf attack mode.
2010-10-10, by nemo
split the flag tableview in worldwide and community
2010-10-11, by koda
Add the standard delay (1.25 seconds) between attacks on inf attack mode, as well as checks for damage and win.
2010-10-10, by nemo
some rethinking of initial menu presentation and initial orientation (also merging images should be threadsafe now)
2010-10-10, by koda
Some screwing around in try to fix space leak. No luck yet.
2010-10-10, by unc0rr
Enable resetting of weapons after each turn - useful in combination with a limited weaponset and unlimited attacks
2010-10-10, by nemo
Check on an infinite attacks mode, still many problems in actual weapons
2010-10-10, by nemo
forgot the mapping
2010-10-10, by nemo
Add per-hog ammo option, initial stubs for infinite attack and weapon reset, fix a bug in ammo switching
2010-10-10, by nemo
Tank fort
2010-10-10, by Carlos Vives
integrate nicely with external display
2010-10-10, by koda
some optimizations to drawing and fetching data of new ammomenu
2010-10-10, by koda
merge
2010-10-09, by koda
Some optimizations
2010-10-08, by unc0rr
fix issue 24 and issue 81
2010-10-08, by koda
bug #83 - move test of disabled land objects into AddObjects
2010-10-07, by nemo
made the new menu toggable
2010-10-09, by koda
merge
2010-10-06, by nemo
polishing the cocoa ammomenu a little, still requires work
2010-10-09, by koda
Engine:
2010-10-06, by smaxx
Set ammo to amNothing after using up the current ammo. This should reduce noob fail where they blow themselves up w/ bazooka.
2010-10-06, by nemo
remove a useless field from weaponfile format
2010-10-07, by koda
Inline most of uFloat (saves ~7.5% opcount on a test game), inline a few very short candidates in uMisc, comment out some unused functions in uMisc
2010-10-06, by nemo
move all mobile-related functions in their own module, provides a structure for future mobile ports
2010-10-07, by koda
strip CRLF
2010-10-06, by nemo
use dynamic data from engine instead of using hardcoded values
2010-10-06, by koda
Missing file extensions for icons was screwing up Qt 4.7
2010-10-04, by nemo
WIP for an objc ammomenu implementation
2010-10-04, by koda
various classes updates (new version in mainmenu, opt in mapconfig, clear all in savegames)
2010-10-03, by koda
iPad Video Out support (+less warnings +code update for latest SDL)
2010-10-02, by koda
Hungarian locale
2010-10-01, by edge_hog
updated lua loading in the ifrontend and also fixed masked maps
2010-09-30, by koda
Engine/Frontend:
2010-09-30, by smaxx
Update translations, add a hungarian stub for edge_hog who is volunteering
2010-09-30, by nemo
playing a bit with colors
2010-09-30, by koda
implemented endless turns support and added Timeless scheme (also fixed a crasher)
2010-09-29, by koda
Correct bug in flight ceiling for birdy as well, increase clip on velocity to 1.9 (shouldn't cause problems with most collision checks still), apply clip to both + and -
2010-09-29, by nemo
Engine:
2010-09-27, by smaxx
merge
2010-09-27, by koda
have engine try for a second position when map loading fails (in this way it's possible to move Missions data to any path)
2010-09-27, by koda
further rework of MapConfigViewController, lists missions correctly (they don't load fine yet)
2010-09-27, by koda
move all preview drawing code into its own class (for a simplified and more readable MapConfigViewController)
2010-09-26, by koda
remove windspeed from bubbles, remove initial dY from bubbles, apply dY/dX to bubbles, correct offsets on flying saucer flame graphics, add bubbles when flying saucer thrusts underwater, make flying saucer sink more slowly underwater
2010-09-26, by nemo
Can't use cHealthDecrease here for these two 'cause it isn't a generic "do some damage to hog" flag, but is rather set when SD starts
2010-09-26, by nemo
Allow UFO to go underwater. Keep UFO active if it runs out of fuel in the air/water, just disable controls.
2010-09-26, by nemo
enable Lua for iOS (hooks for frontend to be done)
2010-09-26, by koda
merge
2010-09-26, by koda
finishing touches to save games handling (help label, dim on overlay, edit text only when table is editable)
2010-09-26, by koda
pimp-my-savagame-table
2010-09-25, by koda
have Saves restart net when loaded, also resumes music
2010-09-25, by koda
Show database errors in stderr
2010-09-25, by unc0rr
slight shading adjustment
2010-09-24, by henek
merge
2010-09-23, by koda
implemented reloading savefiles
2010-09-23, by koda
captions are scaled down when they're bigger than screen
2010-09-23, by koda
Engine:
2010-09-22, by smaxx
compilation bugfix and scaling down textures when bigger than screen
2010-09-22, by koda
Engine:
2010-09-22, by smaxx
allow more flexibility between viewcontrollers, also added stub pages for saved games
2010-09-22, by koda
Engine:
2010-09-22, by smaxx
initial support for savegames
2010-09-22, by koda
Extend time limit to 9999, remove ready timer if time is over 999 and stop drawing time if it is over 999 (draws wrong over 999 anyway) - this has the effect of allowing an "unlimited" time appearance if turns are over a quarter hour or so. This can be used to add an unlimited time scheme or button to ipad
2010-09-22, by nemo
Added tag Hedgewars-iOS-1.0.1 for changeset 3620607258cd
2010-09-19, by koda
silly error about Island theme removal
Hedgewars-iOS-1.0.1
2010-09-19, by koda
Removed tag Hedgewars-iOS-1.0.1
2010-09-19, by koda
Added tag Hedgewars-iOS-1.0.1 for changeset 296ec09490d9
2010-09-19, by koda
update version numbers
2010-09-19, by koda
various fixes around, plus new 'ask for review' page
2010-09-19, by koda
fixed the voice selection where you couldn't hear a preview sound
2010-09-19, by koda
merge
2010-09-19, by koda
re-add City theme with the UpdateDataFolder script (and revert changes made to the flake sprite)
2010-09-19, by koda
rework the AI level selection
2010-09-19, by koda
Updated Swedish locale
2010-09-18, by Henek
fix a small glitch in textfield cells and remove cheese from pro
2010-09-18, by koda
fix the British voicepack and add to Mercurial the sounds used in the mobile version
2010-09-18, by koda
Frontend:
2010-09-18, by smaxx
added forgotten images, removed support for CJK fonts (saving 13 MB)
2010-09-18, by koda
aaaand use the right name
2010-09-17, by nemo
Oops. Forgot to change these over after switching CurWeapon to AmmoType
2010-09-17, by nemo
inu adds a few more random teams
2010-09-17, by nemo
Frontend:
2010-09-17, by smaxx
Frontend:
2010-09-14, by smaxx
Frontend:
2010-09-14, by smaxx
Frontend:
2010-09-14, by smaxx
Merge
2010-09-14, by smaxx
Revert accidental commit of inu's stretching of this column
2010-09-14, by nemo
Frontend:
2010-09-14, by smaxx
Frontend:
2010-09-14, by smaxx
Engine:
2010-09-14, by smaxx
Engine:
2010-09-14, by smaxx
updated pt
2010-09-14, by inu
typo and fill in "translation" for an empty english stub
2010-09-13, by inu
more fixing of indentation
2010-09-13, by nemo
clean up koda's indenting :-p
2010-09-13, by nemo
Mucked up offsets of sequences when rearranging.
2010-09-13, by nemo
resized splash (to fit 512 tex limit)
2010-09-13, by nemo
updated engine text
2010-09-13, by archl
Unbreak Team hats, shrink some hat sizes
2010-09-12, by nemo
Adjust to reduced ammo menu dimensions.
2010-09-12, by nemo
Fix kamikaze portal loop
2010-09-12, by nemo
Sounds:
2010-09-12, by smaxx
This change allows computers limited to 512 texture size like szczur's card to run Hedgewars, so long as reduce quality is set to eliminate background textures.
2010-09-12, by szczur
Fix wrong sized, wrong colored Splash.png in Art theme
2010-09-12, by glykorin
Engine:
2010-09-10, by smaxx
Engine:
2010-09-10, by smaxx
Fix swapped x/y in drill rocket test
2010-09-09, by nemo
Untested fix of r3672 - should avoid hogs dying due to multiple health machine sources, and inappropriate application of karma/vampirism to these.
2010-09-09, by nemo
Probably fix missing hats.
2010-09-08, by nemo
Remove ready timer halting game ticks in chat
2010-09-08, by nemo
Trying to adjust behaviour of multishoot w/ portal gun so switching weapons works correctly.
2010-09-08, by nemo
Minor text changes
2010-09-07, by inu
Update to 0.9.45 from 0.8.81
2010-09-06, by nemo
Didn't notice Tiy sneak some images in
2010-09-06, by nemo
Underwater updates and fixes by Palewolf
2010-09-06, by tiyuri
Fix selection while in UFO
2010-09-06, by nemo
Change all use of curslot/idx to CurAmmoType to try and avoid some bugs with use of last weapon.
2010-09-06, by nemo
New compost music from HG
2010-09-06, by tiyuri
Frontend:
2010-09-06, by smaxx
Frontend:
2010-09-06, by smaxx
Delete CI in ResurrectHedgehog prior to FindPlace. Restrict FindPlace to the waterline, a bit more efficient.
2010-09-05, by nemo
gfAISurvival: fix issue when cpu cannot find new place to spawn
2010-09-05, by burp
Added tag Hedgewars-iOS-1.0 for changeset 81db3c85784b
2010-09-04, by koda
headers ftw, also right project file
Hedgewars-iOS-1.0
2010-09-04, by koda
Removed tag Hedgewars-iOS-1.0
2010-09-04, by koda
merge
2010-09-04, by koda
Added tag Hedgewars-iOS-1.0 for changeset fd6c20cd90e3
2010-09-04, by koda
typos, reduced sound size and last minute fixes
2010-09-04, by koda
updated translation
2010-09-03, by archl
also remove sinegun from the ifrontend for whatever reason
2010-09-03, by koda
*patch by arrom: fix installation of fort images
2010-09-03, by koda
Engine:
2010-09-03, by smaxx
Engine:
2010-09-03, by smaxx
Disable sine gun in all weapon sets, slap a beta on the name and incomplete in description. This is to reassure sheepluva who fears his WIP making it prominently into a release.
2010-09-02, by nemo
add a noconsole symbol, update the project file for appstore distribution
2010-09-03, by koda
merge
2010-09-03, by koda
a little more intuitive team editing
2010-09-02, by koda
Frontend: improve statsPage (clean up translation strings)
2010-09-02, by TheXception
discrimination between ai and humans
2010-09-02, by koda
Fixed Sky files
2010-09-02, by tiyuri
use built-in method QString::isEmpty()
2010-09-02, by unc0rr
Engine:
2010-09-02, by smaxx
Fix graphic issue
2010-09-02, by tiyuri
another small update to sheep
2010-09-02, by tiyuri
Completely rework sheep theme
2010-09-02, by tiyuri
zero span is undefined, use -1 instead
2010-09-02, by unc0rr
Locales:
2010-09-02, by smaxx
Adding new weapon descriptions
2010-09-02, by tiyuri
Added descriptions for new weapons
2010-09-02, by tiyuri
remove now useless toggle, add ai team
2010-09-02, by koda
Fix for issue #20
2010-09-01, by nemo
Added descriptions for new weapons
2010-09-02, by tiyuri
New Art theme music (thank the lord!)
2010-09-01, by tiyuri
Engine:
2010-09-01, by smaxx
Engine:
2010-09-01, by smaxx
Engine:
2010-09-01, by smaxx
Engine:
2010-09-01, by smaxx
New Art theme music (thank the lord!)
2010-09-01, by tiyuri
Updated some stats graphics
2010-08-31, by tiyuri
o0 merge
2010-08-30, by burp
help page for lobby
2010-08-30, by koda
help page for ingame, some other fixes here and there
2010-08-30, by koda
patch by inu to fix a glitch in netgame chatbox
2010-08-30, by koda
added a smaller version of forts, fixed a couple of regressions
2010-08-30, by koda
adds prettier after-game statistics page with more stats
2010-08-30, by TheXception
about page done
2010-08-29, by koda
Improves room list with filter for state/rules/weapons and general search
2010-08-30, by legutus
merge
2010-08-29, by koda
Extend statistics collection (TeamKills, TurnSkips, TeamDamage)
2010-08-29, by burp
X&Y buttons, sounds for some buttons, cleanup
2010-08-29, by koda
add a description field for schemes and weapons
2010-08-28, by koda
modified file format for schemes files (which is going to introduce a lot of pre-release bugs, i'm sure)
2010-08-28, by koda
fade in when returning from game, labels rewritten so that they are drawn at runtime (more flexibility with i18n and iphone support)
2010-08-28, by koda
tap to dismiss 'get ready', add a toggle to enable/disable it
2010-08-28, by koda
add a nice group of hogs in lobby page
2010-08-28, by koda
Engine:
2010-08-26, by smaxx
Engine:
2010-08-26, by smaxx
gfAISurvival/heResurrectable: respawn always with 100HP
2010-08-26, by burp
Engine:
2010-08-26, by smaxx
Fixes memory leak -Burp
2010-08-26, by tiyuri
Daisy Hat updated
2010-08-26, by tiyuri
Princess Daisy hat (recoloured peach hat) Recolour by Armonte
2010-08-26, by tiyuri
Add kill counter to Survival Mode -Burp
2010-08-26, by tiyuri
translation update
2010-08-26, by arrom
Some survival mode changes by burp
2010-08-25, by tiyuri
Frontend:
2010-08-25, by smaxx
add a little explanation when modifying weaponset in ifrontend
2010-08-25, by koda
set flake to non critical, no touches until game is starding, moved some variables to be initialized in the right place
2010-08-25, by koda
Engine:
2010-08-24, by smaxx
Engine:
2010-08-24, by smaxx
Campaign:
2010-08-24, by smaxx
Engine:
2010-08-24, by smaxx
Frontend:
2010-08-23, by smaxx
Frontend:
2010-08-23, by smaxx
Frontend:
2010-08-23, by smaxx
Frontend:
2010-08-23, by smaxx
lua function SetEffect to set and remove THogEffects
2010-08-23, by burp
GetHogLevel lua function
2010-08-23, by burp
Engine:
2010-08-23, by smaxx
small update for the about page
2010-08-23, by koda
add the new flag, fix a couple of hicups in creating config files, swap animation between settings and lobby
2010-08-22, by koda
Engine:
2010-08-22, by smaxx
SpawnCustomCrateAt: spawn crate at random position for x=y=0, also let it return the gear, and luabindings the gear uid
2010-08-21, by burp
Engine:
2010-08-21, by smaxx
Fixed gamepad/joystick axes using SDL 1.2
2010-08-21, by zuloo
Some more that were not native
2010-08-20, by nemo
bleah
2010-08-20, by nemo
Misc:
2010-08-20, by smaxx
Convert from dos
2010-08-20, by nemo
Flag for AI survival mode
2010-08-20, by nemo
merge
2010-08-17, by nemo
Add some more strictness, use unsafeThaw and unsafeFreeze functions which work at O(1)
2010-08-16, by unc0rr
...
2010-08-15, by nemo
disable AI teleport
2010-08-14, by koda
better to do that in this way
2010-08-13, by koda
reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
2010-08-13, by koda
Engine:
2010-08-12, by smaxx
Remove Thumbs.db, reduce file sizes
2010-08-13, by nemo
* SpawnCustomCrateAt procedure + lua bindings
2010-08-10, by burp
oh yeah. And merge again, I always forget to update first
2010-08-07, by nemo
More script updates for FJ
2010-08-07, by tiyuri
Remove random placement of health crate, looks like LUA random function may not be synced over network.
2010-08-07, by tiyuri
Engine:
2010-08-07, by smaxx
Frontend:
2010-08-06, by smaxx
Engine:
2010-08-06, by smaxx
Allow 2v2 on FlightJoust, lua script needs tweaking to seperate hogs
2010-08-04, by tiyuri
Flightjoust lua script
2010-08-04, by tiyuri
FlightJoust Map, needs updating
2010-08-04, by tiyuri
Engine:
2010-08-04, by smaxx
Engine:
2010-08-04, by smaxx
Engine:
2010-08-04, by smaxx
Update stage theme icon
2010-08-03, by tiyuri
Engine:
2010-08-03, by smaxx
Polish translation update
2010-08-07, by szczur
Ammo menu graphics for hammer weapon
2010-08-03, by tiyuri
Engine:
2010-08-03, by smaxx
One more mine graphic, I'm on a roll!
2010-08-03, by tiyuri
Various mine graphics
2010-08-03, by tiyuri
Engine:
2010-08-03, by smaxx
Engine:
2010-08-03, by smaxx
Engine:
2010-08-03, by smaxx
merge
2010-08-02, by koda
Engine:
2010-08-02, by smaxx
clean and reorder arguments passed to engine
2010-08-02, by koda
applied from experimental3D, use a slider to set up quality
2010-08-02, by koda
resize checkbox
2010-08-02, by koda
Engine:
2010-08-02, by smaxx
completing the ifrontend interface...
2010-08-02, by koda
Engine:
2010-08-02, by smaxx
halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
2010-08-02, by koda
merge
2010-08-01, by smaxx
rewrite portions of some uiviewcontrollers
2010-08-01, by koda
Graphics:
2010-08-01, by smaxx
Let's try this instead.
2010-08-01, by nemo
rename two rendering methods and performe some interface tricks about fullscreen
experimental3D
2010-08-26, by koda
remove trailing spaces from end of line
2010-07-31, by koda
Engine:
experimental3D
2010-08-18, by smaxx
reverted stereo craziness - the experimental3D branch has been created for a reason
2010-07-31, by koda
new quality slider widget (needs to be customized), removed obsolete arguments
experimental3D
2010-08-02, by koda
merge
2010-07-31, by koda
these were removed by mistake
experimental3D
2010-08-02, by koda
Engine:
2010-07-30, by smaxx
applying smaxx patch where it should be
experimental3D
2010-07-31, by koda
Engine:
2010-07-30, by smaxx
add some comments and fix indentation
experimental3D
2010-07-30, by koda
New weapon graphics
2010-07-30, by tiy
creating a new branch for experimental 3d stereographic rendering
experimental3D
2010-07-30, by koda
I keep forgetting to merge.
2010-07-29, by nemo
Set these to saveSurf (still need to actually, oh, write the code to cache the textures)
2010-07-29, by nemo
Revert broken generating of qm in cmake, restore source control of .qm for now.
2010-07-29, by nemo
Engine:
2010-07-29, by smaxx
Frontend:
2010-07-26, by smaxx
fix panning when zoomed (finally)
2010-07-31, by koda
Frontend:
2010-07-26, by smaxx
patch by lucass (polished by me) - command line parsing is now much more flexible
2010-07-31, by koda
Engine:
2010-07-26, by smaxx
fix issue #6 (missing nick in chat)
2010-07-31, by koda
merge
2010-07-25, by unc0rr
merge
2010-07-25, by koda
Some comments on the reason of the bug, leave bug not fixed yet
2010-07-25, by unc0rr
shrink confirmation button, double tap resets zoom and centers hog
2010-07-25, by koda
- burp's patch cleaning up module dependancies + cabal file
2010-07-25, by unc0rr
use llvm to compile, don't preview map on wimpier devices, merge vsync, fix iphone launch image
2010-07-25, by koda
merge. forgot again.
2010-07-25, by nemo
tap to play piano notes, fix for audio and pause glitch
2010-07-25, by koda
use external libs more consistently
2010-07-24, by koda
Fix splashes
2010-07-25, by nemo
New stress testing app with advanced features (not complete yet)
2010-07-23, by unc0rr
sound is loaded lazily
2010-07-23, by koda
reduce the number of keywords used and switch to BMP format for screenshots
2010-07-22, by koda
polish polish polish polish (also: panning horizontal fix, panning momentum, settings page reworked yet again, memory leaks, crashes, segfaults)
2010-07-22, by koda
i can haz panning
2010-07-20, by koda
complete settings page rework
2010-07-20, by koda
half reworking of the settings page with delegation
2010-07-20, by koda
Make server stay alive when some clients get kicked
2010-07-19, by unc0rr
Run core timer
2010-07-19, by unc0rr
Make ROUNDFINISHED work correctly
2010-07-19, by unc0rr
Reimplement ROUNDFINISHED
2010-07-19, by unc0rr
Reimplement ping timeout
2010-07-19, by unc0rr
Reimplement statistics
2010-07-19, by unc0rr
merge
2010-07-18, by koda
switching hogs now works
2010-07-18, by koda
add a timer selection for grenades
2010-07-18, by koda
aim now starts slow and then moves faster
2010-07-17, by koda
some further chat polishing
2010-07-17, by koda
making chat work... (keyboard support is heavily broken in sdl upstream)
2010-07-17, by koda
don't make the confirmation button disappear, present an alert if game doesn't start
2010-07-16, by koda
Reimplement REMOVE_TEAM
2010-07-17, by unc0rr
finished ammo configuration (which is the last page missing in config \o/)
2010-07-15, by koda
reworked the ammunition configuration page (visually)
2010-07-15, by koda
support for static map added to iFrontend
2010-07-15, by koda
save the gl client state to get a nice 80% fps boost
2010-07-14, by koda
Reduce calls to expensive operations in fire. Slightly alters fire behaviour, but should still be reasonable
2010-07-13, by nemo
use a button instead of label and simplify a lot touch interaction
2010-07-12, by koda
touch overlay reworked, improvements to zoom and confirmation
2010-07-11, by koda
implement the check on the type of ammo requiring a second tap to confirm
2010-07-11, by koda
merge
2010-07-10, by koda
improvements to touch interface (tap to select weap, don't move camera for spourious taps, ask for confirmation when using click-weapons)
2010-07-10, by koda
cWeaponTooltips -> rqTooltipsOff
2010-07-10, by koda
Updated Island theme.
2010-07-09, by nemo
fix land check fo' real
2010-07-10, by koda
fix land check
2010-07-08, by koda
fix static land loading on desktop
2010-07-08, by koda
redo spinning wheel, redo fix for detail selection, redo ammo quantity and name in ammomenu
2010-07-08, by koda
enable tooltips on ipad (todo: disable them on iphone)
2010-07-07, by koda
the game now respects the orientation of the frontend
2010-07-07, by koda
fix the multitouch shooting and moving
2010-07-07, by koda
icons \o/
2010-07-06, by koda
button to open ammomenu
2010-07-05, by koda
graphics applied and fixes here and there
2010-07-04, by koda
add other lobby graphics
2010-07-04, by Tiy
initial support for customizing weaponset
2010-07-04, by koda
szczur updated locale
2010-07-03, by koda
partially apply new graphics to code
2010-07-03, by koda
new graphics for ipad frontend
2010-07-03, by Tiy
a couple of fixes i missed previously
2010-07-03, by koda
tackling the iphoneos todo (another trial for the beginning sporadic bug, remove curl animation, don't need to go to detail page)
2010-07-03, by koda
further code cleanup and less redundancy
2010-07-03, by koda
merge
2010-07-02, by nemo
make runtime quality check for iDevices
2010-07-03, by koda
land arrays are allocated dynamically, so DOWNSCALE and LOWRES macros are now removed and replaced by run time flags rqBlurryLand and rqLowRes
2010-07-03, by koda
interpret parameters before initializing everything
2010-07-03, by koda
small cleanup
2010-07-02, by koda
Minor fire tweak for readability and lethalness, remove exit condition that was hanging game (identified by jaylittle)
2010-07-02, by nemo
Revert prior attempted optimisation. Gridding the land pays in some situations, but not all. Restricting to an upper bound might help, but overall, seems too fuzzy to be worth it. On one side is increased cost of Add/Delete + extra test on collision check, on the other is skipping the list iteration. Perhaps for large lists.
2010-07-01, by nemo
Initialise to 0
2010-07-01, by nemo
Rename city to earthrise, replace old "earthrise" music w/ new City music on City/Planes
2010-07-01, by nemo
New music for City theme
2010-07-01, by HSR
New Rock themed music for Stage by HSR
2010-07-01, by nemo
Grid the landscape, and shortcircuit checks on the collision array if there are no nearby checked in collisions to be collided with. This is a big win for fire's ammoshove in particular. Also add a +2 that seemed missing in the check, and update fire accordingly.
2010-07-01, by nemo
Restore prior optimisation with the wildly out-of-bounds tx in LandDirty removed
2010-07-01, by nemo
Revert most of optimisation except for some obvious fixes to errors someone or other introduced.
2010-07-01, by nemo
merge (I'll get it next time)
2010-06-30, by nemo
sheepluva's inline patch, fix a crash in overlay
2010-06-30, by koda
tiy new overlay graphics
2010-06-30, by koda
visual gears: fixing nemo's c-style assignment/multiplications
2010-06-30, by sheepluva
Store some calcs to speed up uLandGraphics a tad
2010-06-30, by nemo
partially removing DOWNSCALE ifdef -- only two remain and their removal requires dynamic allocation (btw this breaks low quality mode)
2010-06-30, by koda
turn cReducedQuality into a LongInt and provide a series of quality flags (and best of all, this is still compatible with current frontend)
2010-06-30, by koda
Remove hwFloat from VisualGears - they don't need the precision for syncing purposes, and it saves a whole lot of operations.
2010-06-29, by nemo
clouds: up-and-down-bouncing now without evil loop
2010-06-30, by sheepluva
bee:
2010-06-29, by sheepluva
explosions: cache rounded X,Y values
2010-06-29, by sheepluva
Dammit. Forgot to pull/rebase before making the VG change
2010-06-29, by nemo
rope: another, small optimization
2010-06-29, by sheepluva
Optimise vgtSmokeTrace/vgtEvilTrace handler
2010-06-29, by nemo
Default ammo set was horribly unbalanced - you want to test portal, play "crazy" :)
2010-06-29, by nemo
rope: optimization, should save up to ~3 million hwFloat multiplications per second
2010-06-29, by sheepluva
rope: another small optimization
2010-06-29, by sheepluva
rope: tiny optimisation
2010-06-29, by sheepluva
fix segfault on HH-gear being 0 (e.g. after drowning) in cursor/target selection mode, thanks "ivze" for the heads-up!
2010-06-28, by sheepluva
merge
2010-06-28, by unc0rr
engine: apply weapon offset to charge animation
2010-06-28, by sheepluva
Engine Message command
2010-06-28, by unc0rr
portal: angle preservation tweaking
2010-06-28, by sheepluva
START_GAME command
2010-06-28, by unc0rr
merge
2010-06-27, by unc0rr
merge
2010-06-27, by koda
insert a default name when a void string is used
2010-06-27, by koda
complete configuration for schemes
2010-06-27, by koda
portal: I accidentally flipped the exit angle in last commit
2010-06-27, by sheepluva
portal: some moar tweaks
2010-06-27, by sheepluva
portal: entry angle is now affecting exit angle
2010-06-27, by sheepluva
portal / slope detection:
2010-06-26, by sheepluva
A bunch of reimplemented commands
2010-06-27, by unc0rr
adding install_manifest.txt to .hgignore ...
2010-06-26, by sheepluva
Properly handle client exit
2010-06-27, by unc0rr
merge
2010-06-26, by unc0rr
Reimplement REMOVE_TEAM
2010-06-26, by unc0rr
merge
2010-06-26, by unc0rr
portal:
2010-06-26, by sheepluva
Reimplement REMOVE_TEAM
2010-06-25, by unc0rr
portal: make shot 2 times faster, add hog movement speed to shot speed (only the part in shot direction, so that aiming is not messed up)
2010-06-26, by sheepluva
Ignore this file too
2010-06-25, by unc0rr
Flag dimensions with booleans instead of using 0.
2010-06-25, by nemo
Add ignoring
2010-06-25, by unc0rr
merge
2010-06-26, by koda
Reimplement ADD_TEAM
2010-06-25, by unc0rr
Extend pixel sweep to recheck neighbours if erasing on edges
2010-06-25, by nemo
Update ukrainian translation
2010-06-24, by unc0rr
Workaround for cakes and portals. Also disable something that always seems to screw up my portal games.
2010-06-23, by nemo
moar zoom, fixed fort mode, other glitches
2010-06-26, by koda
merge
2010-06-24, by koda
Erasing lowres files. Again.
2010-06-23, by nemo
server somewhat simplified and correct sporadic crasher
2010-06-24, by koda
i <3 mercurial
2010-06-23, by koda
expand -t 4 on .m as well
2010-06-23, by koda
merge
2010-06-23, by koda
Start reimplementation of ADD_TEAM
2010-06-23, by unc0rr
Reimplement TOGGLE_READY command
2010-06-23, by unc0rr
- Fix a function
2010-06-23, by unc0rr
merge
2010-06-23, by koda
Reimplement CFG protocol command
2010-06-23, by unc0rr
General:
2010-06-23, by smaxx
Restore test for already used nick
2010-06-22, by unc0rr
New approach to the low-res problem. Basically, we already have a 1024 minimum, and the tallest maps are restricting themselves to 2048 maximum. All backgrounds are scaled down 50%, then scaled up on draw. Saves memory, and backgrounds are already deliberately fuzzed for depth of field anyway.
2010-06-22, by nemo
Partially reimplement joining rooms
2010-06-22, by unc0rr
update the project to ios4 by removing pre-3.2 references
2010-06-23, by koda
ok really fix the command line utility
2010-06-22, by koda
fix build and permissions problems when launching hwengine from command line
2010-06-22, by koda
merge+smallupdate
2010-06-21, by koda
Reimplement room creating
2010-06-21, by unC0Rr
use the cmake built-in ts->qm conversion instead of keeping binary files in trunk
2010-06-21, by koda
memory management for openalbridge
2010-06-21, by koda
disable uSHA, enable adler32
2010-06-20, by nemo
merge
2010-06-21, by koda
Replace SHA1 with adler32. For simple purposes of checking to see if players are playing the same map, this should be quite adequate and runs 15 times faster.
2010-06-20, by nemo
some memory caring code
2010-06-20, by koda
This reduces CheckLand ~5.5% on average over prior making the overall reduction ~77.4% instead of ~81.9%. It does skip centre pixel in odd w/h, but that really shouldn't matter much in this case. Can alter if any objects are noticeably off.
2010-06-20, by nemo
fix zoom smoothness
2010-06-20, by koda
add initial stubs for selecting weapons in the ifrontend
2010-06-19, by koda
Remove redundant test, add some temp variables to speed up the expensive CheckLand
2010-06-20, by nemo
add local rev number/rev count to dev version suffix
2010-06-18, by sheepluva
rename flags
2010-06-18, by nemo
Forgot to change this flag.
2010-06-18, by nemo
testing if automatic pushes to CIA.vc work now...
2010-06-18, by sheepluva
merge
2010-06-18, by koda
fix cmakefiles to work with mercurial
2010-06-17, by koda
move stuff around and update iphone project
2010-06-17, by koda
now it's possible to select the scheme file in the ifrontendfix a type about loading an image (iphone file system IS case senstive)
2010-06-17, by koda
merge
2010-06-17, by nemo
some pt_BR translation changes by arrom
2010-06-17, by sheepluva
Update repository checking code to reflect our recent Mercurial switch
2010-06-17, by koda
Make land types flagged (to allow stacking future attributes such as indestructible ice, but also for a damaged flag)
2010-06-17, by nemo
correct cake sit-down animation so that it doesn't sit down in mid-air anymore
2010-06-16, by sheepluva
General:
2010-06-16, by mario.liebisch
General:
2010-06-16, by mario.liebisch
Engine:
2010-06-16, by mario.liebisch
update tags
2010-06-16, by convert-repo
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
2010-06-09, by nemo
Some more progress
2010-06-08, by unc0rr
Reimplement more core actions
2010-06-06, by unc0rr
Use sockets instead of handles, use bytestrings instead of strings
2010-06-06, by unc0rr
Engine:
2010-06-05, by smxx
Frontend:
2010-06-05, by smxx
Remove decrement of iterator health. Might fix weird health bug.
2010-06-05, by nemo
Engine:
2010-06-05, by smxx
now engine can be optionally built as library, there's an example wrapper of how to use it
2010-06-05, by koda
Frontend:
2010-06-04, by smxx
fix iphone version for map preview
2010-06-03, by koda
map preview generation reworked like nemo suggested (he was right, it's quickier in this way)
2010-06-03, by koda
Engine:
2010-06-03, by smxx
a bunch of minor stuff
2010-06-02, by koda
Engine:
2010-06-01, by smxx
Remove rope offset
2010-06-01, by nemo
add some memory aware code
2010-05-31, by koda
Graphics:
2010-05-28, by smxx
Engine (Henek):
2010-05-28, by smxx
Engine:
2010-05-28, by smxx
less
more
|
(0)
-3000
-1000
-960
+960
+1000
+3000
+10000
tip