Mercurial
Mercurial
>
sheepy-clone
/ file revisions
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
file
| revisions |
annotate
|
diff
|
comparison
|
rss
|
help
(0)
-30
-10
-6
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
hedgewars/uCollisions.pas
2010-07-02
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
2010-07-01
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
2010-06-26
sheepluva
portal / slope detection:
file
|
diff
|
annotate
2010-05-17
nemo
Skip collision on X for barrels that aren't knocked over
file
|
diff
|
annotate
2010-05-17
nemo
Increase minimum threshold for barrel damage to reduce likelihood of blowing one up on jumping out, increase damage to compensate (may need tweaking). Only apply dX for collision w/ kick if barrel is rolling.
file
|
diff
|
annotate
2010-05-04
sheepluva
some portal changes, warning: no loop prevention yet, note: entry angle not preserved yet
file
|
diff
|
annotate
less
more
(0)
-30
-10
-6
tip