Mercurial
Mercurial
>
sheepy-clone
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-3000
-1000
-120
+120
+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.
Fixed some bugs with Mission 2 and Animate.lua.
2012-06-29, by belphegorr
TestBaseballBat
2012-06-09, by unc0rr
Fixed a bug in Mission 2, where hidden hogs appeared before getting deleted on losing the game.
2012-06-26, by belphegorr
- Adjust some consts so whip and firepunch work perfectly
2012-06-09, by unc0rr
Changed color of the "Natives" team to make it more visible and reduced difficulty of the "easy" challenge in the first mission.
2012-06-26, by belphegorr
Ignore all objects for fall tracing with shove to avoid considering checkins as obstacles. many objects will get knocked by the kick anyway, so end result should be pretty good. Oh, and ditch the sniper rifle doubling.
2012-06-09, by nemo
Fixed a bug where, after finishing a campaign mission, the user needed to reselect the team in the frontend in order to see the next mission.
2012-06-26, by belphegorr
Double sniper rifle damage (AI seems unaware of second shot, when playing). Spread out flakes along X when looping and add a little Y variation. This avoids noticeable patterns. Especially on the rarer close layer or dense flakes like rain (for Y)
2012-06-09, by nemo
Added the helper script I forgot to add last time
2012-06-25, by belphegorr
- Fix damage calculation in TestSniperRifle, aim a bit lower to compensate initial angle shift in sniper rifle. As a result, AI seems to never fail sniper rifle shots.
2012-06-09, by unc0rr
Copied the first two campaign missions and the helper script into share/hedgewars/Data/
2012-06-25, by belphegorr
restore fpc 2.4.2 compatibility
2012-06-09, by Xeli
The first campaign commit with a lot of changes...
2012-06-25, by belphegorr
New bright and shiny TestFirepunch which actually works
2012-06-08, by unc0rr
fix shift key by disabling the key modifiers for now
2012-06-08, by Xeli
1. Add IFDEFs for video recording
2012-06-08, by Stepan777
- TestSniperRifle ftw (still needs some consts adjustments, because AI seems to love sniper rifle too much)
2012-06-08, by unc0rr
merge
2012-06-08, by Stepan777
Check for gstHHDriven instead of damage check, so ballgun stops when turn ends in multiattack mode
2012-06-08, by unc0rr
merge
2012-06-07, by Stepan777
ignore keymodifers other than ctrl/alt/shift
2012-06-07, by Xeli
removed some writelns
2012-06-07, by Xeli
first attempt at implementing support for keys with modifiers
2012-06-07, by Xeli
Make it AI survival almost definitely impossible by adding a 3rd pass to FindGear. 1st pass normal, 2nd pass allow close to objects, 3rd pass, allow overlapping objects.
2012-06-06, by nemo
Not needed here
2012-06-06, by unc0rr
Removed leftover FFP code: We should now be GL2 GLSL1.30+ forward compatible.
2012-06-05, by Wolfgang Steffens
- Allow camera movement while current hedgehog is falling
2012-06-05, by unc0rr
Merge
2012-06-05, by Wolfgang Steffens
Android: first attempt at using the density call from java
2012-06-05, by Xeli
only reset those keys which actually change their bindings
2012-06-05, by Xeli
tidy flags
2012-06-04, by nemo
Small improvements to the frontend lib for better debugging
2012-06-11, by Medo
Welp. We have a bit of a problem here. Reverting the move of nextturn. But this causes a desync in scripting unless we can find a better fix.
2012-06-04, by nemo
here it is
2012-06-04, by Stepan777
Implemented game launching API for the frontlib.
2012-06-09, by Medo
Don't make unnecessary calls to TestWhip, TestFirePunch, TestBaseballBat and TestHammer functions as they have no need to take Targ parameter into account and thus may only be called once per position
2012-06-04, by unc0rr
Implemented public API for letting the engine render maps
2012-06-08, by Medo
Make watching AI v AI on ai survival a bit more entertaining
2012-06-04, by nemo
Added ini reading/writing for game schemes to the frontend lib
2012-06-07, by Medo
Workaround for bug #144. This workaround had occurred to me a while ago, but wasn't sure if placing them unfairly was better than not placing them at all. Argument for not placing at all is people should probably abort the game when they notice it. Argument for placing unfairly is people can still abort, and if we really wanted them to abort, we should probably just have halted launch if all hogs failed to spawn. This way at least play can continue.
2012-06-03, by nemo
Frontlib: Work on the callback mechanisms for IPC
2012-06-04, by Medo
After experimenting with a long running average at maxed out FPS and a variety of map sizes, 128 seems to actually be a good size to use if only drawing bits of world with stuff in it. 64 actually did even better in some situations, but significantly worse in others (lots of land, zoomed out).
2012-06-03, by nemo
frontlib refactoring
2012-06-03, by Medo
Only create textures for non-empty LandPixel chunks. This should save a fair amount of memory, especially on smaller maps, and eliminate a number of draws
2012-06-03, by nemo
Merge
2012-06-02, by Medo
warp sound when AI survival hog respawns. attempt at a bit of a crate spawn animation (moar sparkles and a quick fadein)
2012-06-03, by nemo
Android: added a callback to java to determine dpi/dip how much we should scale the ui
2012-06-02, by Xeli
Merge
2012-06-02, by Medo
add onGameTick20 to basic training, extend laser sight out way more (it was visible at top when completely zoomed out), move call of new turn to after AfterSwitchHedgehog to avoid lua issues in onNewTurn - if this causes problems, lua can do delayed actions in onGameTick
2012-06-02, by nemo
Some brainfucking code which greatly reduces number of TestCollision* calls in hedgehog walk routine. Especially helpful to AI optimization. Also fixes some edge cases.
2012-06-01, by unc0rr
merge
2012-06-01, by mikade
Demo recording for the frontend library
2012-06-02, by Medo
Name the flags for fall tracking and indicating whether the explosion erases terrain.
2012-05-31, by nemo
Moved frontlib into project_files
2012-05-31, by Medo
merge
2012-05-31, by unc0rr
Further work on the frontend library, restructuring, ...
2012-05-31, by Medo
merge
2012-05-31, by unc0rr
Add a GetTag method so that SetTag doesn't feel lonely.
2012-05-31, by mikade
Started work on the frontend networking library
2012-05-31, by Medo
Improve TestWhip
2012-05-31, by unc0rr
minor tweaks for options page; should improve readability at small window size... a bit...
2012-05-31, by sheepluva
Removed dead/deprecated code and comments
2012-05-29, by Medo
pas2c stuff
2012-05-31, by unc0rr
This should make drawn maps rendering even more faster
2012-05-30, by unc0rr
Merge
2012-05-29, by Medo
merge
2012-05-30, by unc0rr
Render drawn maps 10-500 times faster
2012-05-30, by unc0rr
Oops, forgot to set 'erasing' flag on decoding
2012-05-29, by unc0rr
Fix a bug with wrong state of teams list when color isn't changed manually
2012-05-28, by unc0rr
Remove a couple more timers, should mean alpha matches old pulse time now
2012-05-28, by nemo
also change specialists
2012-05-28, by nemo
Set air attack to active by default, make time look a bit nicer, avoid plane buzz activating.
2012-05-28, by nemo
change the array which represents the keyboard state to be a boolean array rather than byte array
2012-05-28, by Xeli
Don't allow for multiple key up(or down) events, it will ignore the excess events
2012-05-28, by Xeli
Also change Highlander and Racer
2012-05-28, by nemo
moved generic matrix code to uMatrix.pas
2012-05-28, by Wolfgang Steffens
merge
2012-05-28, by unc0rr
merge
2012-05-28, by Wolfgang Steffens
Add onGameTick20 to try and encourage lua to be a bit more efficient. Rewrite Space Invasion to use it. Top speed of aliens is 25% higher now, although that could be changed, I kinda liked it. Change parameter order of div().
2012-05-28, by nemo
Some improvements to pas2c
2012-05-28, by unc0rr
Fix a remote crasher
2012-05-28, by unc0rr
- Fix some AI stupidness factors
2012-05-25, by unc0rr
Make frontend compile with clang
2012-05-28, by unc0rr
- Allow switching colors with mouse wheel
2012-05-27, by unc0rr
initial GLSL1.2 test version
2012-05-25, by Wolfgang Steffens
Minor freezer changes, allow snow to accumulate on indestructible terrain too.
2012-05-26, by nemo
Removed lazy update: workaround for R7103
2012-05-25, by Wolfgang Steffens
Bring leftTeams back (with a fix) as it is apparently needed for spectators.
2012-05-26, by unc0rr
merge
2012-05-25, by Wolfgang Steffens
- Restore pre-r9257cf8e7af2 behavior
2012-05-25, by unc0rr
Merge
2012-05-23, by Medo
Fix reported in bug #327, comment #3 - untested but seems reasonable/safe.
2012-05-23, by nemo
http://www.demoties.com/wp-content/uploads/2011/03/mar-01-6.jpg
2012-05-23, by nemo
Mark team for deletion when letting others know it has left during game. Should help with quitters problem.
2012-05-23, by unc0rr
Don't remove already removed team
2012-05-23, by unc0rr
wops add this too
2012-05-23, by Xeli
reimplemented ResetKbd and calling it when exiting gsChat status, this restores behavior from.17: You can now walk -> press t/chat -> type some stuff while still walking -> exit gsChat and stop walking at that moment
2012-05-23, by Xeli
android: fix the default make target
2012-05-23, by Xeli
Android: add freezer commit message
2012-05-23, by Xeli
add NOPNG to cmake to explicitly disable PNG dependency
2012-05-23, by koda
add GHC and GHFLAGS from cmake too
2012-05-23, by koda
rename a few internal cmake variables (for consistency and readability)
2012-05-23, by koda
Replaced matrix related FFP code with explicit matrix calculations.
2012-05-22, by Wolfgang Steffens
Merge
2012-05-22, by Medo
there a libSDLMain.a in the bundled SDL framework
2012-05-23, by koda
Merge
2012-05-22, by Wolfgang Steffens
android: possible fix for bitmap recycle errors
2012-05-22, by Xeli
fixed wheelup/down
2012-05-22, by Xeli
add a nilcheck
2012-05-21, by koda
checksum
2012-05-21, by nemo
Feel free to add real checksum function
2012-05-22, by unc0rr
better lazy loading for cScaleFactor
2012-05-21, by koda
Ok. I think *this* should flip it correctly...
2012-05-20, by nemo
android: added an unsigned target to the makefile, to help automate signing
2012-05-20, by Xeli
remove the need to qt and co when using cmake with -DANDROID=1
2012-05-20, by Xeli
Minor tweaks to freezer, mostly to simplify current state to laptop
2012-05-20, by nemo
clean up pngs
2012-05-20, by nemo
merge
2012-05-20, by mikade
+ Trivial update.
2012-05-20, by mikade
A few scripts to try out. 2x challenge, 1x GSoC training, 1x user mission.
2012-05-19, by mikade
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
tip