417
edits
(Deleted old unneeded notes to self.) |
(Added done work on WinAGI's *.wag file loading and rearranged "Things done during GSoC 2007" a bit.) |
||
Line 15: | Line 15: | ||
== Things done during GSoC 2007 == | == Things done during GSoC 2007 == | ||
2007-05-29: | |||
* Took screenshots for AGI games (Almost all of the officials + a couple of fanmades) | * Took screenshots for AGI games (Almost all of the officials + a couple of fanmades) | ||
* Made thumbs for different AGI game series | * Made thumbs for different AGI game series | ||
** Example: Larry's head for the Larry series, Sarien head for the Space Quest series | ** Example: Larry's head for the Larry series, Sarien head for the Space Quest series | ||
2007-06-06: | |||
* Implemented classes for loading and parsing WinAGI's *.wag files | |||
** WagProperty class | |||
*** Encapsulates a single property from a *.wag file (It usually has several in it). | |||
** WagFileParser class | |||
*** Loads and parses a *.wag file into WagProperty objects. | |||
== ToDo == | == ToDo == | ||
[[AGI/TODO|AGI engine's TODO]] | [[AGI/TODO|AGI engine's TODO]] |
edits