Difference between revisions of "User:Buddha^"
Jump to navigation
Jump to search
(Added done work on WinAGI's *.wag file loading and rearranged "Things done during GSoC 2007" a bit.) |
(Changed order of ToDo and "Things done during GSoC 2007" because the latter will grow...) |
||
Line 13: | Line 13: | ||
* [[User:Buddha%5E/GSoC2007-ProjectDiary|My project diary for GSoC 2007]] | * [[User:Buddha%5E/GSoC2007-ProjectDiary|My project diary for GSoC 2007]] | ||
== ToDo == | |||
[[AGI/TODO|AGI engine's TODO]] | |||
== Things done during GSoC 2007 == | == Things done during GSoC 2007 == | ||
Line 29: | Line 33: | ||
** WagFileParser class | ** WagFileParser class | ||
*** Loads and parses a *.wag file into WagProperty objects. | *** Loads and parses a *.wag file into WagProperty objects. | ||
Revision as of 19:57, 6 June 2007
Buddha^ | ||
---|---|---|
Name | Kari Salminen | |
Team Member since | 2007-04-12 | |
Working on | AGI engine | |
Personal webpage/BLOG | - | |
kari dot salminen at gmail dot com |
I am a Google Summer of Code 2007 participant working on ScummVM's AGI engine. (My GSoC 2007 application abstract)
The project diary is where I put more verbose stuff about my GSoC 2007 workings.
ToDo
Things done during GSoC 2007
2007-05-29:
- Took screenshots for AGI games (Almost all of the officials + a couple of fanmades)
- Made thumbs for different AGI game 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.
- WagProperty class