Difference between revisions of "ANHBuildHistory"
From SWGANH Wiki
(→News) |
(→News) |
||
Line 1: | Line 1: | ||
== News == | == News == | ||
+ | * '''2007-5-23''':Build 54- HTX! | ||
+ | *: {{branching}} further work on the chatserver | ||
+ | *: {{branching}} fixed some things | ||
+ | *: {{branching}} mails should be working | ||
+ | *: {{branching}} added toupper,tolower functions to bstring | ||
+ | * '''2007-5-23''':Build 53- Snow! | ||
+ | *: {{branching}} MySQL Update | ||
+ | *: {{branching}} HTX's mail change (added name column) | ||
+ | * '''2007-5-23''':Build 52- Snow! | ||
+ | *: {{branching}} MySQL Update | ||
+ | *: {{branching}} HTX's mail changes | ||
+ | *: {{branching}} Rouse's Travel Fix | ||
+ | *: {{branching}} Galaxy extra column | ||
+ | *: {{branching}} Sch's commerce tables | ||
+ | * '''2007-5-23''':Build 51- Jack! | ||
+ | *: {{branching}} Server status is now updated to the client on the CharacterSelect screen | ||
+ | *: {{branching}} ConnectionServer now starts in a "Loading..." state and waits for all active processes to connect before changing to "Online". Mark processes active/in-active in the config_process_list table. Make sure only the ones you want to wait for are active. | ||
+ | *: {{branching}} Interplanetary travel is in but needs some testing to make sure I got it all correct. | ||
+ | * '''2007-5-22''':Build 50- Snow! | ||
+ | *: {{branching}} MySQL - Updates | ||
+ | *: {{branching}} Galaxy table, added STATUS int(4) column | ||
+ | *: {{branching}} Added swganh_logging schema (backup only) | ||
+ | *: {{branching}} sp_CleanDatabase (SP for cleaning characters) | ||
+ | * '''2007-5-21''':Build 49- HTX! | ||
+ | *: {{branching}} started on the chatserver, tells should be working | ||
+ | * '''2007-5-20''':Build 48- HTX! | ||
+ | *: {{branching}} fixed compare on priority vectors | ||
+ | * '''2007-5-20''':Build 47- HTX! | ||
+ | *: {{branching}} added a priority vector class | ||
+ | *: {{branching}} more work on objcontrollers | ||
+ | *: {{branching}} various fixes | ||
+ | * '''2007-5-20''':Build 46- Jack! | ||
+ | *: {{branching}} fixed crash due to deleting DispatchClient before letting the server handle the opClientClusterDisconnect message. | ||
+ | *: {{branching}} Fixed backend server reconnection. | ||
+ | * '''2007-5-20''':Build 45- Snow! | ||
+ | *: {{branching}} MySQL - Yet More Changes (Travel Tickets update for Yavin4) | ||
+ | * '''2007-5-20''':Build 44- Snow! | ||
+ | *: {{branching}} MySQL - Merged Rouse's Changes | ||
+ | *: {{branching}} Changed sp_CreateInitialResources to match changes to tables | ||
+ | *: {{branching}} Added missing player vendor categories to planetmap_categories | ||
+ | * '''2007-5-20''':Build 43- Rouse! | ||
+ | *: {{branching}} Yavin4 Travel Ticket Fix....Also a few other travel Fixes we didnt notice. | ||
+ | * '''2007-5-19''':Build 42- Jack! | ||
+ | *: {{branching}} Removed resending packets based on roundtrip times until I implement sending NetstatRequest packets. | ||
* '''2007-5-19''':Build 41- Jack! | * '''2007-5-19''':Build 41- Jack! | ||
*: {{branching}} Fixed MessageFactory heap rollover bug. | *: {{branching}} Fixed MessageFactory heap rollover bug. |
Revision as of 17:18, 23 May 2007
News
- 2007-5-23:Build 54- HTX!
- 2007-5-23:Build 53- Snow!
- 2007-5-23:Build 52- Snow!
- 2007-5-23:Build 51- Jack!
- Server status is now updated to the client on the CharacterSelect screen
- ConnectionServer now starts in a "Loading..." state and waits for all active processes to connect before changing to "Online". Mark processes active/in-active in the config_process_list table. Make sure only the ones you want to wait for are active.
- Interplanetary travel is in but needs some testing to make sure I got it all correct.
- 2007-5-22:Build 50- Snow!
- 2007-5-21:Build 49- HTX!
- 2007-5-20:Build 48- HTX!
- 2007-5-20:Build 47- HTX!
- 2007-5-20:Build 46- Jack!
- 2007-5-20:Build 45- Snow!
- 2007-5-20:Build 44- Snow!
- 2007-5-20:Build 43- Rouse!
- 2007-5-19:Build 42- Jack!
- 2007-5-19:Build 41- Jack!
- 2007-5-19:Build 40- Rouse!
- 2007-5-19:Build 39- Jack!
- 2007-5-19:Build 38- Jack!
- 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