Difference between revisions of "User:Ott"
From The Battle for Wesnoth Wiki
m (→Articles) |
m (→See Also) |
||
Line 21: | Line 21: | ||
== See Also == [http://www.wesnoth.org/forum/profile.php?mode=viewprofile&u=970 ott's forum profile] | == See Also == [http://www.wesnoth.org/forum/profile.php?mode=viewprofile&u=970 ott's forum profile] | ||
+ | [[Developers]] |
Revision as of 11:21, 3 December 2005
My main work on Battle for Wesnoth has been bug fixing, documentation, translation and tweaking numerical calculations. I spent a lot of time in the year leading up to the release of 1.0 doing janitorial work, including maintaining the bug database and changelog, tracking down and fixing out of sync and other code errors, subediting game text, and improving game help.
Articles
Some of my writing about the game may be worth reading:
- Distribution of damage details the problems with the old damage model, culminating in The RATE damage model (with resistances at the end) used in the game since 0.8.10.
- Calculating %-to-kill and a %-to-kill consider how to calculate the probability that units in a skirmish kill each other (or survive) -- a nontrivial problem!
- Overview of postings about in-game random number generation gives an overview of this frequently discussed issue. See also another short note related to this.
- Analysing anomalies in game statistics culminated in discovering some bugs with the statistics in the game, and a script to analyse statistics for anomalies.
- Rant about slow being too complex, and an alternative proposal for slow is still being discussed.
- Status of User Scenarios
- Programming challenge: healing algorithm and part 2 discuss the flaws in the current healing algorithm and identify the kernel of the problem that needs to be solved to improve it.
Future Plans
Some of the things I am hoping to work on:
- an efficient way to calculate or estimate the probability of killing another unit in a skirmish, so it can be used by the AI,
- fixing some long-standing but irritating problems (especially related to the user interface),
- a campaign focused on strategy and small maps rather than roleplaying,
- removing the dependency on FreeSans so we can move to DejaVu completely (by fixing SDL_ttf's broken code to calculate line spacing),
- stamping out any further causes of out of sync errors, and
- tidying up the build system.
== See Also == ott's forum profile Developers