You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(13) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(83) |
Feb
(137) |
Mar
(11) |
Apr
(38) |
May
(10) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(26) |
Dec
(4) |
2010 |
Jan
(13) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(2) |
Nov
|
Dec
|
From: <dd...@us...> - 2008-02-11 20:29:52
|
Revision: 218 http://nitsloch.svn.sourceforge.net/nitsloch/?rev=218&view=rev Author: ddwatts Date: 2008-02-11 12:29:49 -0800 (Mon, 11 Feb 2008) Log Message: ----------- Clean up dungeon code in preparation for adding ladder rendering. Fix bug with inventory limits. Modified Paths: -------------- trunk/src/gui/GameFrame.java trunk/src/scenario/InventoryLimitsLoader.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2008-02-11 05:11:52
|
Revision: 217 http://nitsloch.svn.sourceforge.net/nitsloch/?rev=217&view=rev Author: ddwatts Date: 2008-02-10 21:11:57 -0800 (Sun, 10 Feb 2008) Log Message: ----------- Make the buttons on the main game window look nicer. Modified Paths: -------------- trunk/src/gui/GameFrame.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2008-02-11 04:50:09
|
Revision: 216 http://nitsloch.svn.sourceforge.net/nitsloch/?rev=216&view=rev Author: ddwatts Date: 2008-02-10 20:50:13 -0800 (Sun, 10 Feb 2008) Log Message: ----------- Allow scenario file to specify starting inventory of the player. Modified Paths: -------------- trunk/docs/scenarios/ScenarioCompleteExample.xml trunk/makefile trunk/src/game/Player.java trunk/src/scenario/ScenarioLoader.java Added Paths: ----------- trunk/src/enums/InventoryLimits.java trunk/src/enums/StartingInventory.java trunk/src/scenario/InventoryLimitsLoader.java trunk/src/scenario/StartingInventoryLoader.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2008-02-11 02:55:47
|
Revision: 215 http://nitsloch.svn.sourceforge.net/nitsloch/?rev=215&view=rev Author: ddwatts Date: 2008-02-10 18:55:52 -0800 (Sun, 10 Feb 2008) Log Message: ----------- Add newer inventory labels to the display. Player saved games now save number of map viewers. Modified Paths: -------------- trunk/src/game/Player.java trunk/src/gui/Controller.java trunk/src/gui/GameFrame.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2008-02-11 02:43:13
|
Revision: 214 http://nitsloch.svn.sourceforge.net/nitsloch/?rev=214&view=rev Author: ddwatts Date: 2008-02-10 18:43:18 -0800 (Sun, 10 Feb 2008) Log Message: ----------- Add a map viewer item to the player's inventory and add functionality. Modified Paths: -------------- trunk/src/enums/StoreItems.java trunk/src/game/Player.java trunk/src/gui/Controller.java trunk/src/gui/GameFrame.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2008-02-11 01:42:18
|
Revision: 213 http://nitsloch.svn.sourceforge.net/nitsloch/?rev=213&view=rev Author: ddwatts Date: 2008-02-10 17:42:23 -0800 (Sun, 10 Feb 2008) Log Message: ----------- Fix method for figuring out which enemy to spawn. Fix compile warning. Modified Paths: -------------- trunk/src/game/EnemyMovement.java trunk/src/gui/GameFrame.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2008-02-11 01:25:54
|
Revision: 212 http://nitsloch.svn.sourceforge.net/nitsloch/?rev=212&view=rev Author: ddwatts Date: 2008-02-10 17:25:59 -0800 (Sun, 10 Feb 2008) Log Message: ----------- Fix enemy movement in dungeons. Make separate spawn chance for enemies in dungeons from outside. Modified Paths: -------------- trunk/src/Constants.java trunk/src/game/Enemy.java trunk/src/game/EnemyMovement.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2008-02-11 00:52:05
|
Revision: 211 http://nitsloch.svn.sourceforge.net/nitsloch/?rev=211&view=rev Author: ddwatts Date: 2008-02-10 16:52:10 -0800 (Sun, 10 Feb 2008) Log Message: ----------- Fix dungeon redraw issue. Modified Paths: -------------- trunk/src/gui/GameFrame.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2008-02-10 06:21:20
|
Revision: 210 http://nitsloch.svn.sourceforge.net/nitsloch/?rev=210&view=rev Author: ddwatts Date: 2008-02-09 22:21:25 -0800 (Sat, 09 Feb 2008) Log Message: ----------- Add ability to set inventory limits in the scenario file. Modified Paths: -------------- trunk/docs/scenarios/ScenarioCompleteExample.xml trunk/src/enums/StoreItems.java trunk/src/game/Player.java trunk/src/gui/editor/EditorControlFrame.java trunk/src/scenario/ScenarioLoader.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2008-02-07 19:28:23
|
Revision: 209 http://nitsloch.svn.sourceforge.net/nitsloch/?rev=209&view=rev Author: ddwatts Date: 2008-02-07 11:28:28 -0800 (Thu, 07 Feb 2008) Log Message: ----------- Fix imports. Modified Paths: -------------- trunk/src/file/chunk/ChunkHeader.java trunk/src/file/enemy/EnemyChunk.java trunk/src/file/enemy/EnemyEntry.java trunk/src/file/entry/Entry.java trunk/src/file/exit/ExitChunk.java trunk/src/file/exit/ExitEntry.java trunk/src/file/item/ItemChunk.java trunk/src/file/item/ItemEntry.java trunk/src/file/level/Level.java trunk/src/file/level/LevelHeader.java trunk/src/file/map/MapData.java trunk/src/file/map/MapFile.java trunk/src/file/map/MapHeader.java trunk/src/file/npc/NPCChunk.java trunk/src/file/npc/NPCEntry.java trunk/src/file/obstruction/ObstructionChunk.java trunk/src/file/obstruction/ObstructionEntry.java trunk/src/file/shop/ShopChunk.java trunk/src/file/shop/ShopEntry.java trunk/src/file/street/StreetChunk.java trunk/src/file/street/StreetEntry.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jon...@us...> - 2008-02-07 19:06:04
|
Revision: 208 http://nitsloch.svn.sourceforge.net/nitsloch/?rev=208&view=rev Author: jon_irons Date: 2008-02-07 11:06:07 -0800 (Thu, 07 Feb 2008) Log Message: ----------- Added all of src.file, albeit in less-than-working order... Added Paths: ----------- trunk/src/file/ trunk/src/file/chunk/ trunk/src/file/chunk/Chunk.java trunk/src/file/chunk/ChunkHeader.java trunk/src/file/enemy/ trunk/src/file/enemy/EnemyChunk.java trunk/src/file/enemy/EnemyEntry.java trunk/src/file/entry/ trunk/src/file/entry/Entry.java trunk/src/file/exit/ trunk/src/file/exit/ExitChunk.java trunk/src/file/exit/ExitEntry.java trunk/src/file/item/ trunk/src/file/item/ItemChunk.java trunk/src/file/item/ItemEntry.java trunk/src/file/level/ trunk/src/file/level/Level.java trunk/src/file/level/LevelHeader.java trunk/src/file/map/ trunk/src/file/map/MapData.java trunk/src/file/map/MapFile.java trunk/src/file/map/MapHeader.java trunk/src/file/npc/ trunk/src/file/npc/NPCChunk.java trunk/src/file/npc/NPCEntry.java trunk/src/file/obstruction/ trunk/src/file/obstruction/ObstructionChunk.java trunk/src/file/obstruction/ObstructionChunk.java.bak trunk/src/file/obstruction/ObstructionEntry.java trunk/src/file/obstruction/ObstructionEntry.java.bak trunk/src/file/player/ trunk/src/file/player/PlayerFile.java trunk/src/file/shop/ trunk/src/file/shop/ShopChunk.java trunk/src/file/shop/ShopChunk.java.bak trunk/src/file/shop/ShopEntry.java trunk/src/file/shop/ShopEntry.java.bak trunk/src/file/street/ trunk/src/file/street/StreetChunk.java trunk/src/file/street/StreetEntry.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2008-02-06 04:21:59
|
Revision: 207 http://nitsloch.svn.sourceforge.net/nitsloch/?rev=207&view=rev Author: ddwatts Date: 2008-02-05 20:22:02 -0800 (Tue, 05 Feb 2008) Log Message: ----------- Increase possible number of types of NPCs, streets, obstructions and bars. Update scenario file. Modified Paths: -------------- trunk/docs/scenarios/ScenarioCompleteExample.xml trunk/src/enums/Bars.java trunk/src/enums/NPCs.java trunk/src/enums/ObstructionLandType.java trunk/src/enums/StreetType.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2008-02-04 02:50:47
|
Revision: 206 http://nitsloch.svn.sourceforge.net/nitsloch/?rev=206&view=rev Author: ddwatts Date: 2008-02-03 18:50:52 -0800 (Sun, 03 Feb 2008) Log Message: ----------- Draw background land images if the window was scrolled. Modified Paths: -------------- trunk/src/gui/editor/EditorWindow.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2008-02-03 00:06:54
|
Revision: 205 http://nitsloch.svn.sourceforge.net/nitsloch/?rev=205&view=rev Author: ddwatts Date: 2008-02-02 16:06:53 -0800 (Sat, 02 Feb 2008) Log Message: ----------- Many random tweaks/bug fixes. Update both scenario files. Modified Paths: -------------- trunk/docs/scenarios/ExampleScenario.xml trunk/docs/scenarios/ScenarioCompleteExample.xml trunk/src/Constants.java trunk/src/game/Battles.java trunk/src/game/GameWorld.java trunk/src/game/TheGame.java trunk/src/gui/Controller.java trunk/src/gui/CreatePlayerFrame.java trunk/src/gui/GameFrame.java trunk/src/scenario/ScenarioLoader.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2008-02-02 04:47:53
|
Revision: 204 http://nitsloch.svn.sourceforge.net/nitsloch/?rev=204&view=rev Author: ddwatts Date: 2008-02-01 20:47:58 -0800 (Fri, 01 Feb 2008) Log Message: ----------- Increase rate of shopkeeper spawn and increase amount of thieving experience earned when stealing an item. Modified Paths: -------------- trunk/src/Constants.java trunk/src/game/Player.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2008-02-02 04:28:44
|
Revision: 203 http://nitsloch.svn.sourceforge.net/nitsloch/?rev=203&view=rev Author: ddwatts Date: 2008-02-01 20:28:49 -0800 (Fri, 01 Feb 2008) Log Message: ----------- Refresh background image when player changes weapons. Modified Paths: -------------- trunk/src/gui/GameFrame.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2008-02-02 04:24:11
|
Revision: 202 http://nitsloch.svn.sourceforge.net/nitsloch/?rev=202&view=rev Author: ddwatts Date: 2008-02-01 20:24:16 -0800 (Fri, 01 Feb 2008) Log Message: ----------- Update facing directions of enemies. Modified Paths: -------------- trunk/src/game/EnemyMovement.java trunk/src/gui/ItemShop.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2008-02-02 00:38:32
|
Revision: 201 http://nitsloch.svn.sourceforge.net/nitsloch/?rev=201&view=rev Author: ddwatts Date: 2008-02-01 16:38:37 -0800 (Fri, 01 Feb 2008) Log Message: ----------- Allow map makers to specify quantity of items on the ground. Modified Paths: -------------- trunk/src/Constants.java trunk/src/enums/StoreItems.java trunk/src/game/Item.java trunk/src/game/Player.java trunk/src/gui/GameFrame.java trunk/src/gui/editor/EditorControlFrame.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2008-02-02 00:16:05
|
Revision: 200 http://nitsloch.svn.sourceforge.net/nitsloch/?rev=200&view=rev Author: ddwatts Date: 2008-02-01 16:16:11 -0800 (Fri, 01 Feb 2008) Log Message: ----------- Bug fix dealing with hit images. The engine will now take advantage of transparent player/enemy sprites, so that the ground behind them can show up properly. Modified Paths: -------------- trunk/src/Constants.java trunk/src/enums/HitImages.java trunk/src/game/Enemy.java trunk/src/game/OutsideView.java trunk/src/game/Player.java trunk/src/gui/Controller.java trunk/src/gui/GameFrame.java trunk/src/land/Exit.java trunk/src/land/Land.java trunk/src/land/Obstruction.java trunk/src/land/Shop.java trunk/src/land/Street.java trunk/src/land/Water.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2008-01-31 23:08:50
|
Revision: 199 http://nitsloch.svn.sourceforge.net/nitsloch/?rev=199&view=rev Author: ddwatts Date: 2008-01-31 15:08:42 -0800 (Thu, 31 Jan 2008) Log Message: ----------- Implement load button on init frame of editor. Modified Paths: -------------- trunk/src/gui/editor/EditorControlFrame.java trunk/src/gui/editor/InitEditorFrame.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2008-01-31 19:27:21
|
Revision: 198 http://nitsloch.svn.sourceforge.net/nitsloch/?rev=198&view=rev Author: ddwatts Date: 2008-01-31 11:27:27 -0800 (Thu, 31 Jan 2008) Log Message: ----------- Error checking on NPC loader. Add ability to buy rockets at stores. Update scenario example file. Modified Paths: -------------- trunk/docs/scenarios/ScenarioCompleteExample.xml trunk/src/enums/StoreItems.java trunk/src/scenario/NPCLoader.java trunk/src/scenario/ScenarioLoader.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2008-01-31 06:26:26
|
Revision: 197 http://nitsloch.svn.sourceforge.net/nitsloch/?rev=197&view=rev Author: ddwatts Date: 2008-01-30 22:26:22 -0800 (Wed, 30 Jan 2008) Log Message: ----------- Remove debug items from player. Fig bug checking for the end of game. Modified Paths: -------------- trunk/src/game/GameWorld.java trunk/src/game/Player.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2008-01-31 05:12:41
|
Revision: 196 http://nitsloch.svn.sourceforge.net/nitsloch/?rev=196&view=rev Author: ddwatts Date: 2008-01-30 21:12:46 -0800 (Wed, 30 Jan 2008) Log Message: ----------- Fix an enemy movement bug. Modified Paths: -------------- trunk/src/game/EnemyMovement.java trunk/src/game/GameWorld.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2008-01-31 01:37:22
|
Revision: 195 http://nitsloch.svn.sourceforge.net/nitsloch/?rev=195&view=rev Author: ddwatts Date: 2008-01-30 17:37:27 -0800 (Wed, 30 Jan 2008) Log Message: ----------- Update scenario example file. Modified Paths: -------------- trunk/docs/scenarios/ScenarioCompleteExample.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dd...@us...> - 2008-01-31 01:36:34
|
Revision: 194 http://nitsloch.svn.sourceforge.net/nitsloch/?rev=194&view=rev Author: ddwatts Date: 2008-01-30 17:36:39 -0800 (Wed, 30 Jan 2008) Log Message: ----------- Fix bug with enemy trigger spawn chances. Modified Paths: -------------- trunk/src/land/Street.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |