September 2008 Archives by author
Starting: Mon Sep 1 10:09:39 PDT 2008
Ending: Tue Sep 30 22:02:28 PDT 2008
Messages: 196
- [Ohrrpgce] Battle code refactoring
Simon Bradley
- [Ohrrpgce] Wandering Hamster on the small screen!
Mike Caron
- [Ohrrpgce] Wandering Hamster on the small screen!
Mike Caron
- [Ohrrpgce] SVN: james/2284 Wander: Apply latest fixbits and binsizes.
Mike Caron
- [Ohrrpgce] SVN: james/2284 Wander: Apply latest fixbits and binsizes.
Mike Caron
- [Ohrrpgce] SVN: james/2284 Wander: Apply latest fixbits and binsizes.
Mike Caron
- [Ohrrpgce] Part 1 of Let's Play Wandering Hamster
Mike Caron
- [Ohrrpgce] SVN: pkmnfrk/2290 That's strange, it compiled for me...
Mike Caron
- [Ohrrpgce] SVN: pkmnfrk/2290 That's strange, it compiled for me...
Mike Caron
- [Ohrrpgce] Part 2 of Let's Play Wandering Hamster
Mike Caron
- [Ohrrpgce] Let's Play Wandering Hamster Part 3
Mike Caron
- [Ohrrpgce] Let's Play Wandering Hamster Part 3
Mike Caron
- [Ohrrpgce] SVN: pkmnfrk/2301 Fixed the spell menu thingy too.
Mike Caron
- [Ohrrpgce] SVN: pkmnfrk/2301 Fixed the spell menu thingy too.
Mike Caron
- [Ohrrpgce] SVN: james/2260 You can now draw character portraits, although you cannot actually *use*
Kizul Emeraldfire
- [Ohrrpgce] SVN: james/2196 NPC editor now loads NPCs in GraphicPair objects rather than on a screen
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2197 Use GraphicPair object for drawing the NPC placement cursor
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2198 Remove map_draw_mode switch. The new sprite code is stable.
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2199 Remove the GOTO from the loadsay SUB
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2200 Game now uses TextBox choice members and bitset members. Eliminates choo
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2201 Game now uses textBox members for appearance. Replaces sayenh() array
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2202 Add .remember_music member to TextBoxState that stores the song ID
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2203 Add .showing .fully_shown and show_lines members to TextBoxState
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2204 My fix to slow down NPC placement with the arrow keys in revision 2180
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2205 Add .sayer member to TextBoxState, replaces sayer variable
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2206 Add .id member to TextBoxState, replaces say variable
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2207 Add .old_dir member to TextBoxType, replaces recalld variable
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2208 Add a Menu conditional to the conditional editor. (not yet functional in
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2209 Add draw_scrollbar subs, and display a scrollbar on the textbox conditio
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: pkmnfrk/2210 Making these compilable with James' recent textbox changes (opaque is de
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2211 Clean up the global text string menu a bit, adding a scrollbar,
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2212 Text box conditional to display menus now works.
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2213 Add a bitset to the menu editor for advancing any on-screen text box whe
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2214 Clean up subs and functions in game.bas for option explicit
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2215 Subified preparemap gosub block as prepare_map sub
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2216 Add GameState and MapModeState (which currently hold nothing ecxept the
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2217 Add .lastmap and .same members to MapModeState, replaces lastmap and sam
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2218 Add .name and .showname members to MapModeState, replaces mapname$ and s
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2219 Move wonbattle variable to GameState. Convert afterbat and afterload var
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2220 Add .remembermusic member to GameState, replaces remembermusic variable
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2221 Add .random_battle_countdown member to GameState. Replaces foep variable
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2222 Move door() and doorlinks() to be members of gam.map.
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: teeemcee/2223 Rearranged variable definitions in game.bas into globals and nonglobals
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: teeemcee/2224 Remove a line to load old-style npc palettes that was missed
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2225 SUBify opendoor and thrudoor GOSUB blocks
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2226 SUBify nextsay GOSUB block as advance_text_box()
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2227 Move stock() array to be a member of GameState object
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2228 Moved range() function to common.bas
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2229 Move rpad() function to common.bas
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2230 Remove yetmore.bi
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2231 clean up some of the end of common.bas for OPTION EXPLICT
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2232 Add .foe_freq() member to GameState, which caches battle frequency from
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2233 Convert txt to a global. (txt is the instance of TextBoxState)
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2234 Simple word-wrapping for the error message that displays when opening a
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2235 Implement the "Advance text box when menu closes" bitset
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2236 Renamed CONST npcdMax to max_npc_defs, and fixed all remaining places wh
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2237 36 NPCs per map not enough? Try 100 per map!
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2238 Box borders! Added a new sprite type for box borders. Use them in the us
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2239 Draw box corners last. Somewhat alleviates the border problem with singl
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2240 Wander: Update for 100 NPC fixbits, add FF4-esque borders to all boxstyl
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2241 Wander: forgot to commit the new sprite file for the box borders
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2242 Some cleanup of the sprite editor. Created a SpriteBrowseState object
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2243 SUBify spritescreen GOSUB block as spriteedit_display()
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2244 Add .palindex member to SpriteEditState, replaces col variable
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2245 Merged SpriteEditState and SpriteBrowseState. There was no real reason t
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2246 Add .zoom member to SpriteEditState, replaces zoom variable
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2247 Added SpriteEditStatic type for stuff that persists between instances of
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: Yuriy/2248 Just cosmetic errors in code, no biggies.
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2249 Move clonebuf() to SpriteEditStatic
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2250 Add support for box edge styles basically everywhere else
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2251 Remove a couple box borders from custom, one in the stat name editor, on
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2252 More cleanup for option explicit in common.bas
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2253 Fix a graphical flaw with borders when height or width of the box was ex
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2254 Update wiki mirroring script to include missing KHTMLFixes.css file
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2255 You can now type in NPC numbers and formation set numbers in NPC placeme
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2256 Display approximate number of steps for each battle frequency.
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2257 Hero and enemy editors now display speed esitmates in seconds-per-turn
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2258 Add an additional call to clear_box_border_cache() in initgame() sub
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2259 Fix box borders on the headers in the equip menus.
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2260 You can now draw character portraits, although you cannot actually *use*
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2261 Fix box borders on the item description box at the bottom of the invento
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2262 Convert genheromenu GOSUB block into update_hero_appearance_menu SUB
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: Yuriy/2263 Added the size caption to the "draw portraits" menu selection. Thought
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: Yuriy/2264 Fix to mis-alignment to my previous commit. Apparently if its aligned i
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2265 Add HeroEditState type, start converting hero editor code to use it.
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2266 Add .changed member to HeroEditState, allows update_hero_appearance_menu
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2267 Convert hero editor to use sprite_draw instead of loadsprite/drawsprite
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2268 Fix a typo in the call to the sprite editor for portraits that was causi
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2269 Convert picnpal GOSUB block into hero_appearance_editor SUB
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2270 Add hero portrait to the hero editor (still doesn't display in game yet)
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2271 Portraits now display in the top right of the status screen.
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2272 Resize .SAY lump, and add saing/loading support for portrait data in tex
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2273 Convert nextboxline GOSUB block into update_textbox_editor_main_menu SUB
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2274 Convert loadlines GOSUB block to textbox_edit_load SUB
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2275 Implement load_text_box_portrait SUB for both custom and game
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2276 Portraits attached to text boxes are now fully editable in custom
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2277 Text box portraits now display in game
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2278 Unify the box preview code for all parts of the text box editor.
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2279 Fix attack animations to not reverse attack pictures with the "Unreversi
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2280 Some cleanup of the generale game data menu.
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2281 You can now export text boxes to a .txt file
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2282 Now you can import text boxes from a .txt file
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2283 Remove fademusic (and related calls to setfmvol)
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2284 Wander: Apply latest fixbits and binsizes.
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2285 Add windows installer exe to the nightly builds
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: pkmnfrk/2286 Added textbox metadata export. This is not finished, but what is impleme
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: pkmnfrk/2287 Added the rest of the conditionals to the textbox export/import function
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: pkmnfrk/2288 Added the option to, uh, not export text when exporting text boxes.
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: pkmnfrk/2289 Fixing typo which, somehow, slipped past me before...
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: pkmnfrk/2290 That's strange, it compiled for me...
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: pkmnfrk/2291 Alright, that should be everything. In addition to adding the rest of th
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: pkmnfrk/2292 Updating ohrrpgce.new to the latest version
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: pkmnfrk/2293 Hmm, even though I hadn't done anything with the OHR in a long time, I s
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2294 Fix box corners on the hero name box in the spell menu
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2295 Added a visulal hand placement editor to the hero editor.
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2296 Visual weapon handle placement. No more typing in x/y coordinates in the
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2297 ohrrpgce.new - add a simple default border image set
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2298 Wander: Fix the fade at the beginning of the intro
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: james/2299 Wander: fix Flanat castle roof rope ladder so you cannot climb it before
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: pkmnfrk/2300 Resolution for bug 680
subversion at HamsterRepublic.com
- [Ohrrpgce] SVN: pkmnfrk/2301 Fixed the spell menu thingy too.
subversion at HamsterRepublic.com
- [Ohrrpgce] Battle code refactoring
James Paige
- [Ohrrpgce] [Bug 676] Item Descriptions get out of sync
James Paige
- [Ohrrpgce] SVN: james/2211 Clean up the global text string menu a bit, adding a scrollbar,
James Paige
- [Ohrrpgce] SVN: james/2226 SUBify nextsay GOSUB block as advance_text_box()
James Paige
- [Ohrrpgce] SVN: james/2226 SUBify nextsay GOSUB block as advance_text_box()
James Paige
- [Ohrrpgce] SVN: james/2237 36 NPCs per map not enough? Try 100 per map!
James Paige
- [Ohrrpgce] Wandering Hamster on the small screen!
James Paige
- [Ohrrpgce] SVN: james/2284 Wander: Apply latest fixbits and binsizes.
James Paige
- [Ohrrpgce] SVN: james/2284 Wander: Apply latest fixbits and binsizes.
James Paige
- [Ohrrpgce] [Bug 668] RELEASE: Xocolatl
James Paige
- [Ohrrpgce] SVN: pkmnfrk/2290 That's strange, it compiled for me...
James Paige
- [Ohrrpgce] SVN: pkmnfrk/2290 That's strange, it compiled for me...
James Paige
- [Ohrrpgce] [Bug 668] RELEASE: Xocolatl
James Paige
- [Ohrrpgce] [Bug 678] Ogg music problems in game with werewaffle version
James Paige
- [Ohrrpgce] SVN: james/2284 Wander: Apply latest fixbits and binsizes.
James Paige
- [Ohrrpgce] SVN: james/2284 Wander: Apply latest fixbits and binsizes.
James Paige
- [Ohrrpgce] Let's Play Wandering Hamster Part 3
James Paige
- [Ohrrpgce] wantimmediate
James Paige
- [Ohrrpgce] SVN: pkmnfrk/2301 Fixed the spell menu thingy too.
James Paige
- [Ohrrpgce] SVN: james/2237 36 NPCs per map not enough? Try 100 per map!
Adam Perry
- [Ohrrpgce] SVN: james/2284 Wander: Apply latest fixbits and binsizes.
Adam Perry
- [Ohrrpgce] SVN: pkmnfrk/2301 Fixed the spell menu thingy too.
S'orlok Reaves
- [Ohrrpgce] Battle code refactoring
Ralph Versteegen
- [Ohrrpgce] SVN: james/2185 Re-wrote the textbox conditional editor to use TextBox object.
Ralph Versteegen
- [Ohrrpgce] Battle code refactoring
Ralph Versteegen
- [Ohrrpgce] SVN: james/2211 Clean up the global text string menu a bit, adding a scrollbar,
Ralph Versteegen
- [Ohrrpgce] SVN: james/2226 SUBify nextsay GOSUB block as advance_text_box()
Ralph Versteegen
- [Ohrrpgce] SVN: james/2226 SUBify nextsay GOSUB block as advance_text_box()
Ralph Versteegen
- [Ohrrpgce] SVN: james/2226 SUBify nextsay GOSUB block as advance_text_box()
Ralph Versteegen
- [Ohrrpgce] SVN: james/2284 Wander: Apply latest fixbits and binsizes.
Ralph Versteegen
- [Ohrrpgce] SVN: pkmnfrk/2290 That's strange, it compiled for me...
Ralph Versteegen
- [Ohrrpgce] [Bug 668] RELEASE: Xocolatl
Ralph Versteegen
- [Ohrrpgce] [Bug 678] Ogg music problems in game with werewaffle version
Ralph Versteegen
- [Ohrrpgce] SVN: james/2284 Wander: Apply latest fixbits and binsizes.
Ralph Versteegen
- [Ohrrpgce] [Bug 673] New: Feature Request: Textbox Auto-Shrink
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 674] New: A line of pixels is sometimes "vomited" into the corenr of the sprite editor
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 675] New: NPC display in map editor corrupted by doorlink menu
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 674] A line of pixels is sometimes "vomited" into the corenr of the sprite editor
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 674] A line of pixels is sometimes "vomited" into the corenr of the sprite editor
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 674] A line of pixels is sometimes "vomited" into the corner of the sprite editor
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 675] NPC display in map editor corrupted by doorlink menu
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 675] NPC display in map editor corrupted by doorlink menu
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 676] New: Item Descriptions get out of sync
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 676] Item Descriptions get out of sync
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 676] Item Descriptions get out of sync
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 677] New: Exports?
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 677] Exports?
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 677] Exports?
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 677] Exports?
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 413] Import full sprite-sheets from a single file
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 413] Import/export full sprite-sheets from/to a single file
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 677] Exports?
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 413] Import/export full sprite-sheets from/to a single file
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 677] Exports?
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 413] Import/export full sprite-sheets from/to a single file
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 413] Import/export full sprite-sheets from/to a single file
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 678] New: Ogg music problems in game with werewaffle version
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 678] Ogg music problems in game with werewaffle version
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 4] The "Unreversable Picture" bitset does not work for certain attacks.
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 470] Missing crashes with ubersetzung (and later) versions of game.exe (Spoiler Alert!)
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 499] Textbox links to menu
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 678] Ogg music problems in game with werewaffle version
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 678] Ogg music problems in game with werewaffle version
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 678] Ogg music problems in game with werewaffle version
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 678] Ogg music problems in game with werewaffle version
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 531] Textbox appears below menus that called it up
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 668] RELEASE: Xocolatl
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 668] RELEASE: Xocolatl
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 604] RELEASE: Werewaffle
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 678] Ogg music problems in game with werewaffle version
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 679] New: Resize shows inactive layers
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 680] New: Outside cure items/spells display wrong target stat
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 680] Outside cure items/spells display wrong target stat
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] [Bug 680] Outside cure items/spells display wrong target stat
bugzilla-daemon at karnov.dreamhost.com
- [Ohrrpgce] SVN: pkmnfrk/2301 Fixed the spell menu thingy too.
dan155424 at msn.com
Last message date:
Tue Sep 30 22:02:28 PDT 2008
Archived on: Sat May 10 21:51:31 PDT 2014
This archive was generated by
Pipermail 0.09 (Mailman edition).