Difference between revisions of "User:Alink"

From The Battle for Wesnoth Wiki
(Icons in the status bar)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
I'm just starting this page, so for the moment, there is only the essential current things
+
I joined the project in 2007 as a coder.
 +
I mainly worked on:
  
= Current projects =
+
* Optimizations: graphics(engine and SDL), pathfinding, caching and loading/parsing data.
  
== Icons in the status bar ==
+
* Mouse interface on the main view: attack direction system, most info displayed on
* Modify themes to add space for the new flag icon (from 16 pixels to 24). For better visibility of the playing side, because a rectangle is better for a flag and the images ave already this size (so they are shrinked). ''Done for the default theme.''
+
path and units.
* Use standard size (16x16, 24x16) for the icons instead of 15x15. ''Done, except for the flag-icons.''
 
* Remove a "feature" of the theme engine which delete transparent part of icons and strech them regardless of their proportions.
 
* Add support and nice icons for other resolutions (tiny-gui). Need to do previous point before and take care of the automatic resizing during the tiny-gui install
 
* Try to graying icons during opponent's turn. https://gna.org/bugs/?9058
 
  
== Text rendering ==
+
* Various pathfinding features, including some specific to MP (fog of war, out-of-sync), also handling teleport ability.
* Fix the imprecise wrapping when using special format characters and don't even watch size variation.
 
* Do something about wrapping of language not using spaces (fix tag use or add a new wrap parameter for language): http://www.wesnoth.org/forum/viewtopic.php?p=228337#228337
 
  
== hp/xp bars ==
+
* Map view: lighting system, animated terrains perfomance, zoom and z-order issues. Full map screenshot and minimap scaling.
Replace this old, complex, buggy(zoom), hard-coded code of bars ( https://gna.org/bugs/?4931 ). I plan to use an all images-based system for easy configuration and customization. Current prototype works fine except and seems powerfull. Except this stupid alpha variation of the filled part of the bar. So on standby, 3 currents options:
 
* Drop the alpha variation.
 
* Use a little expensive adjust_alpha for the special cases.
 
* Use new bars (and so a different set of images) when highlighting an unit. This will also allow some fancy things like bigger bars etc... but need more memory (a dozen of images)
 
  
= Future projects =
+
* Help system: sub-sections, faster loading, and better handling of special hyperlinks.
* Do some tweaking about the mousewheel scrolling
+
 
* Polish the drag&drop
+
* Sidebar: readability improvements, better tooltips, also made clickable to open help)
* Try again the grab-map feature for scrolling
+
 
* Starting to replace coloUr by color in the code
+
* Attack window: readability improvements (central attack type, colors)
* Continue to improve zoom
+
 
* Optimize the image cache system
+
* Menu (GUI1): text filters in few places, some columns sorting etc.
* Optimize some sdl_utils functions
+
 
* Desynchronize flags of villages
+
* Map editor: map building improvements and few interface features.
* Change this bad system of special characters to a tag system. Or at least, use a better characters choice (using "{" for normal text is really a bad idea for macros)
+
 
 +
* Various mouse shortcuts: middle-click on scrollbar (linux-like), right-click outside to close dialog, new middle-click map-scrolling.
 +
 
 +
* Some Image Path Functions.
 +
 
 +
* Many debug commands: show redraw(:sunset), terrain layers (:layers, :foreground), command alias(:alias), custom command hotkey (:command), benchmark, level-selection, discover hidden units, change time of day
 +
 
 +
* Experiment to convert the SDL engine to OpenGL, which works and is already faster on decent GPU. In pause for now. Wesnoth is currently used by a lot of different systems and hardwares (including mobile devices). I didn't want to cut some of them or split the codebase. The conversion to OpenGL is already a lot of work, and the compatibility burden is a bit too much for a one-man team. The OGL branch is still there and I might come back to it when I have time and maybe more testers.

Latest revision as of 16:54, 26 April 2012

I joined the project in 2007 as a coder. I mainly worked on:

  • Optimizations: graphics(engine and SDL), pathfinding, caching and loading/parsing data.
  • Mouse interface on the main view: attack direction system, most info displayed on

path and units.

  • Various pathfinding features, including some specific to MP (fog of war, out-of-sync), also handling teleport ability.
  • Map view: lighting system, animated terrains perfomance, zoom and z-order issues. Full map screenshot and minimap scaling.
  • Help system: sub-sections, faster loading, and better handling of special hyperlinks.
  • Sidebar: readability improvements, better tooltips, also made clickable to open help)
  • Attack window: readability improvements (central attack type, colors)
  • Menu (GUI1): text filters in few places, some columns sorting etc.
  • Map editor: map building improvements and few interface features.
  • Various mouse shortcuts: middle-click on scrollbar (linux-like), right-click outside to close dialog, new middle-click map-scrolling.
  • Some Image Path Functions.
  • Many debug commands: show redraw(:sunset), terrain layers (:layers, :foreground), command alias(:alias), custom command hotkey (:command), benchmark, level-selection, discover hidden units, change time of day
  • Experiment to convert the SDL engine to OpenGL, which works and is already faster on decent GPU. In pause for now. Wesnoth is currently used by a lot of different systems and hardwares (including mobile devices). I didn't want to cut some of them or split the codebase. The conversion to OpenGL is already a lot of work, and the compatibility burden is a bit too much for a one-man team. The OGL branch is still there and I might come back to it when I have time and maybe more testers.
This page was last edited on 26 April 2012, at 16:54.