Version 1.0.10
From VbGORE Visual Basic Online RPG Engine
Contents |
Information on upgrading from the previous version to this version can be found on the Upgrade 1.0.9 to 1.0.10 page.
[edit] Downloads
All downloads contain the same files, just using different compression methods.
*.EXE - Self-installing file (12.4 MB)
*.ZIP - Compressed with WinZip (13.4 MB)
*.RAR - Compressed with WinRAR (11.4 MB)
*.7z - Compressed with 7Zip (11.2 MB)
Library Files (Not required for EXE users) (1.04 MB)
[edit] Release Notes
Released on July 28, 2007
Not a huge release, but it has been quite a while since the last release. A few small bugs were addressed in this version, and thats about it. Not really any new features except for better checking on ToolGrhDatMaker.
[edit] Change Log
Fix - Resolution changing in windowed mode: frmMain's size will now adjust to the sizes specified in ScreenWidth/ScreenHeight automatically so you don't have to resize the form when changing your game's resolution.
Fix - Projectile speed: Fixed a small oversight in the projectile code that made the speeds FPS-dependant, instead of time-dependant like the rest of the code. Note that this fix will change the speed of your projectiles slightly, but it is very close to the same speed.
Fix - Better GrhDatMaker: Fixed up the GrhDatMaker to work much better by handling RAM a bit better, allocating memory in bulk instead of the exact size it needs, etc. Also added a check to see if the entries in your paperdolling .dat files are existing Grhs.
Add - Map back-up before crashing on missing texture: Added a call to the map backup routine before the map editor crashes from a missing texture error.
Fix - Saving in bright mode: Added support for the map editor to save maps in Bright Mode. This also fixes the bug with the AutoSave trying to save while in Bright Mode and resulting in messagebox spam.
Fix - Quest string fix: Fixed the requirement text for quests when you have a quest with just an object for the finish requirement.
Fix - Banking packet: Added in a missing .PreAllocate to the banking packets.
Fix - Better server hiding: Added Me.Visible = False to the server hiding method to make it not only hide better but makes sure the form doesn't refresh as often.
Remove - Needless right-click code: Removed some unneeded code from the right-click input sub, that also consisted of Exit Function inside of With blocks which could possibly result in memory tiny leaks.
Fix - Slash graphic: Fixed the old messy slash graphic to make it look a bit better.
Fix - GrhRawAssistant width / height: Fixed a minor bug where the width and height values were swapped.




