Difference between revisions of "ANHBuildHistory"
From SWGANH Wiki
(→News) |
(→News) |
||
Line 1: | Line 1: | ||
== News == | == News == | ||
− | + | * '''2007-5-19''':Build 37- HTX! | |
− | * '''2007-4-25'':Build 21 - HTX! | + | *: {{branching}} fixed some objcontroller bugs |
+ | * '''2007-5-19''':Build 36 - Jack! | ||
+ | *: {{branching}} Fixes for multi-message handling. | ||
+ | * '''2007-5-15''':Build 35 - Jack! | ||
+ | *: {{branching}} Fixed CharacterCreate bug. | ||
+ | *: {{branching}} fixed a couple random network bugs. | ||
+ | * '''2007-5-10''':Build 34 - Rouse! | ||
+ | *: {{branching}} Added Taanab stuff to db as well as an updated .ws file for it. | ||
+ | * '''2007-5-10''':Build 33 - Rouse! | ||
+ | *: {{branching}} Parking Garages added to DB in case we need them for future use. | ||
+ | * '''2007-5-07''':Build 32 - Jack! | ||
+ | *: {{branching}} More network fixes. | ||
+ | Only known issue is in MessageFactory when it rolls over. Queue's are set at 4MB in this build, so it won't happen for a while. | ||
+ | Fixing that next, just wanted to get this in here now. | ||
+ | * '''2007-5-07''':Build 31 - Jack! | ||
+ | *: {{branching}} Many various bug fixes for routing, network, and MessageFactory. | ||
+ | Two known issues in this build... | ||
+ | - Last packet of a fragment series sometimes gets lost. | ||
+ | - When the messageFactory rolls over to the beginning of the heap, garbage collection stops and eventually the queue fills up. This causes an assert crash at this point. | ||
+ | * '''2007-5-06''':Build 30 - Snow! | ||
+ | *: {{branching}} MySQL Update - removed all entries from config_message_routes where processID = 2 | ||
+ | * '''2007-5-03''':Build 27 - HTX! | ||
+ | *: {{branching}} made the objcontroller normal command queue a timebased priority queue | ||
+ | *: {{branching}} moved objcontroller back to object | ||
+ | *: {{branching}} added options to resourcemap generation: | ||
+ | 1. Scale: Range from 0.0 - 1.0, allows to flatten the noise frequency, determing the map coverage | ||
+ | 2. Bias: Range from -1.0 - 1.0, allows to set the min/max percentage | ||
+ | See libnoise, tutorial 5 for how it works basically | ||
+ | * '''2007-5-01''':Build 26 - HTX! | ||
+ | *: {{branching}} some work on the objectcontroller | ||
+ | *: {{branching}} added creaturetype flags | ||
+ | * '''2007-4-30''':Build 25 - Jack! | ||
+ | *: {{branching}} implemented priority message queues in the network layer. | ||
+ | *: {{branching}} implmented full routing header for all messages, allowing full inter-server communication. | ||
+ | * '''2007-4-30''':Build 24 - Snow! | ||
+ | *: {{branching}} MySQL Update - sp_ResourceInitialSpawn (follows lurariel's SWGCRAFT Thread | ||
+ | *: {{branching}} resource_template table changed, added planet_id column | ||
+ | * '''2007-4-28''':Build 23 - Snow! | ||
+ | *: {{branching}} MySQL - Merged Rouse's Taanab Data. | ||
+ | * '''2007-4-27''':Build 22 - HTX! | ||
+ | *: {{branching}} added scale column to character_appearance | ||
+ | *: {{branching}} added base_speed and aceleration columns to character_attributes | ||
+ | *: {{branching}} added condition and damage columns to wearables | ||
+ | *: {{branching}} updated all related sps | ||
+ | *: {{branching}} added attributeslist and condition for surveytools | ||
+ | *: {{branching}} added attributeslist for wearables | ||
+ | *: {{branching}} removed moods stringtable, loading it from db now | ||
+ | *: {{branching}} using sendfastpath now for unreliable movement updates, havent checked if it works yet though | ||
+ | *: {{branching}} some general cleanup | ||
+ | * '''2007-4-25''':Build 21 - HTX! | ||
*: {{branching}} most of object loading is done hierachical now, meaning an object will load all its child contents before its returned | *: {{branching}} most of object loading is done hierachical now, meaning an object will load all its child contents before its returned | ||
− | * '''2007-4-24'': Build 20 - Jack! | + | * '''2007-4-24''': Build 20 - Jack! |
*: {{branching}} Other random bug fixes to increaase stability. Fixed many network layer memory leaks. | *: {{branching}} Other random bug fixes to increaase stability. Fixed many network layer memory leaks. | ||
− | * '''2007-4-24'': Build 19 - Jack! | + | * '''2007-4-24''': Build 19 - Jack! |
*: {{branching}} Many network bug fixes and a lot of cleanup. | *: {{branching}} Many network bug fixes and a lot of cleanup. | ||
*: {{branching}} Fixed a bug in HashMap as well. | *: {{branching}} Fixed a bug in HashMap as well. |
Revision as of 16:09, 19 May 2007
News
- 2007-5-19:Build 37- HTX!
- 2007-5-19:Build 36 - Jack!
- 2007-5-15:Build 35 - Jack!
- 2007-5-10:Build 34 - Rouse!
- 2007-5-10:Build 33 - Rouse!
- 2007-5-07:Build 32 - Jack!
Only known issue is in MessageFactory when it rolls over. Queue's are set at 4MB in this build, so it won't happen for a while. Fixing that next, just wanted to get this in here now.
Two known issues in this build... - Last packet of a fragment series sometimes gets lost. - When the messageFactory rolls over to the beginning of the heap, garbage collection stops and eventually the queue fills up. This causes an assert crash at this point.
- 2007-5-06:Build 30 - Snow!
- 2007-5-03:Build 27 - HTX!
1. Scale: Range from 0.0 - 1.0, allows to flatten the noise frequency, determing the map coverage 2. Bias: Range from -1.0 - 1.0, allows to set the min/max percentage
See libnoise, tutorial 5 for how it works basically
- 2007-5-01:Build 26 - HTX!
- 2007-4-30:Build 25 - Jack!
- 2007-4-30:Build 24 - Snow!
- 2007-4-28:Build 23 - Snow!
- 2007-4-27:Build 22 - HTX!
- added scale column to character_appearance
- added base_speed and aceleration columns to character_attributes
- added condition and damage columns to wearables
- updated all related sps
- added attributeslist and condition for surveytools
- added attributeslist for wearables
- removed moods stringtable, loading it from db now
- using sendfastpath now for unreliable movement updates, havent checked if it works yet though
- some general cleanup
- 2007-4-25:Build 21 - HTX!
- 2007-4-24: Build 20 - Jack!
- 2007-4-24: Build 19 - Jack!
- 2007-4-22: Build 16 - HTX!
- 2007-4-22: Build 15 - HTX!
- 2007-4-21: Build 14 - Jay!
- 2007-4-21: Build 13 - Jack!
- 2007-4-21: Build 12 - HTX!
- generate name sp is now a sf
- fixed createtravelticket sf to start with proper id
- added createresourcecontainer sf
- updated sample effects of survey tools
- changed shuttle away message to not display minutes if none
- creating resourcecontainer when sampling
- merging of resourcecontainers
- splitting of resourcecontainers
- fixed movecounters not being reset when shuttling
- 2007-4-20: Build 11 - HTX!
- 2007-4-20: Build 10 - Jack!
- 2007-4-19: Build 9 - HTX!
- 2007-4-18: Build 8 - Snow!
- 2007-4-17: Build 7 - HTX!
- 2007-4-17: Build 6 - HTX!
- 2007-4-15: Build 5 - HTX!
- 2007-4-13: Build 4 - HTX!
- 2007-4-14: Build 1 Moved to New SVN - Snow!
- 2007-4-02: Build 300 - HTX!
- bit more on resources
- updated getinventoryobjectcount sf
- updated createcharacter sp
- added columns effect,resource_category to survey_tool_types
- added column resolution to survey_tools
- added column title to character attributes
- added support for setting title through the community window, so no deltas yet, so you need to relog for change to take affect
- 2007-3-19: Build 289 - HTX!
- 2007-2-21: Build 243 - HTX!
- 2007-2-21: Build 242 - HTX!
- 2007-2-20: Build 241 - HTX!
- 2007-2-19: Build 240 - HTX!
- 2007-2-19: Build 239 - HTX!
- 2007-2-18: Build 237/238 - HTX!
- 2007-2-17: Build 236 - HTX!
- 2007-2-17: Build 235 - HTX!
- 2007-2-14: Build 234 - Snow!
- 2007-2-13: Build 232/233 - HTX!
- 2007-2-12: Build 231 - Snow/Rouse!
- 2007-2-10: Build 229/230 - Snow/Rouse!
- Ticket Collectors - REID'd according to proper group
- Starting Items - Moved to stored procedure instead of funtion
- Triggers on characters table to remove all relevant character entries from other tables.
- CreateCharacter storedproc now adds proper starting clothing items to char inventory
- Ticket Collectors Updated (Rouse)
- Terminals Update (Rouse)
- 2007-2-9: Build 228 - HTX!
- 2007-2-5: Build 227 - HTX!
- 2007-2-2: Build 226 - HTX!
- 2007-2-1: Build 207-225 - More async coding!
- Jack added in Planet Maps and Multi-packets
- Htx added crafting stations
- handling of wearables
- more work on inventory,tangibles handling
- Merged Rouse's terminal updates, as well as htx's last db change
- Fixed data in starting_attributes (marksman --> combat_marksman) that caused marksman char creates to fail
- Removed the additional files which werent being used.
- 2007-1-17: Build 206 - More async coding!
- 2007-1-16: Build 202 - DB update!
- 2007-1-12: Build 199 - DB update!
- 2007-1-05: Build 180 - DB update!
- 2007-1-04: Build 178 - Jack's Second Phase of DB Fixes!
- 2006-12-20: Build 170 - Jack's Back!
- 2006-11-20: Build 148 - First Email Sent
- 2006-11-13: Build 142 - Chat Server Added
- 2006-11-11: Build 139 - Linux Build Fixes
- 2006-09-01: Zone Achieved
- 2006-07-01: Build 000 - Team Formed