Mercurial
Mercurial
>
sheepy-clone
/ file revisions
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
file
| revisions |
annotate
|
diff
|
comparison
|
rss
|
help
(0)
-100
-30
-10
-7
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
hedgewars/uLand.pas
Sat, 03 Jul 2010 05:51:24 +0200
koda
a couple of fixes i missed previously
file
|
diff
|
annotate
Sat, 03 Jul 2010 01:31:18 +0200
koda
land arrays are allocated dynamically, so DOWNSCALE and LOWRES macros are now removed and replaced by run time flags rqBlurryLand and rqLowRes
file
|
diff
|
annotate
Thu, 01 Jul 2010 23:41:10 -0400
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.
file
|
diff
|
annotate
Thu, 01 Jul 2010 19:05:29 -0400
nemo
Initialise to 0
file
|
diff
|
annotate
Thu, 01 Jul 2010 17:00:14 -0400
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.
file
|
diff
|
annotate
Wed, 30 Jun 2010 22:42:55 +0200
koda
tiy new overlay graphics
file
|
diff
|
annotate
Wed, 30 Jun 2010 14:52:48 +0200
koda
partially removing DOWNSCALE ifdef -- only two remain and their removal requires dynamic allocation (btw this breaks low quality mode)
file
|
diff
|
annotate
less
more
(0)
-100
-30
-10
-7
tip