Difference between revisions of "User:AVS/Editor prototype"

From VCMI Project Wiki
Jump to: navigation, search
(General)
(Rendering)
Line 19: Line 19:
 
* {{todo}} terrain palette animation
 
* {{todo}} terrain palette animation
 
* {{done}} objects  
 
* {{done}} objects  
** {{done}} objects flagging (using color replacement shader)
+
** {{done}} objects flagging (using colour replacement shader)
 
** {{done}} objects toolbox
 
** {{done}} objects toolbox
 
** {{done}} objects on map
 
** {{done}} objects on map
 
** {{done}} heroes flagging
 
** {{done}} heroes flagging
  
* {{todo}} palette shader
+
* {{done}} palette shader
 +
* {{done}} flag shader
 +
 
 +
* {{todo}} 32 bit graphics support
 +
** {{todo}} 32 bit (VCMI JSON format) animation loader
 +
** {{todo}} image formats support
 +
** {{todo}} use flag shader for 32 bit object animation
 +
 
 +
=== Further improvements ===
 +
 
 +
* Use VBO
 +
* Texture atlas for:
 +
** terrain
 +
** animation
 +
 
 +
* load map as texture (1 tile=1 texel)
 +
** use shader for all terrain rendering (depends on texture altas)
  
 
== Editing ==
 
== Editing ==

Revision as of 13:45, 27 March 2013

General

  • VFS
    • [Done] core design
    • [Done] core config
      • [Todo] support LOCAL
    • [Done] mod support
      • [Todo] dependency tracking
  • mod support
    • [Todo] mod configuration (OTF enabling, disabling mods for current map)

Rendering

  • [Done] terrain
    • [Done] roads
    • [Done] rivers
  • [Todo] terrain palette animation
  • [Done] objects
    • [Done] objects flagging (using colour replacement shader)
    • [Done] objects toolbox
    • [Done] objects on map
    • [Done] heroes flagging
  • [Done] palette shader
  • [Done] flag shader
  • [Todo] 32 bit graphics support
    • [Todo] 32 bit (VCMI JSON format) animation loader
    • [Todo] image formats support
    • [Todo] use flag shader for 32 bit object animation

Further improvements

  • Use VBO
  • Texture atlas for:
    • terrain
    • animation
  • load map as texture (1 tile=1 texel)
    • use shader for all terrain rendering (depends on texture altas)

Editing

  • General
    • [Done] abstract model of undo|redo
  • Save/Load
    • [Todo] export h3m
      • [Todo] SoD,WoG
      • [Todo] HotA
    • [WiP] import h3m
      • [WiP] ROE-WOG
      • [Todo] HotA
    • [WiP] save JSON
    • [WiP] load JSON


  • Terrain edit
    • [WiP] transitions
    • [Todo] roads, rivers
      • [Todo] undo
    • [Todo] drag-like drawing
    • [Todo] area fill
    • [Todo] control amount of decorations
    • [Done] undo
  • Objects edit
    • [Done] plasing
    • [Done] deleting
    • [Todo] undo
    • [WiP] options edit
  • Map options edit