OSDN Git Service

skyscrapersim/skyscraper.git
9 years agoReverted extra change in last commit
ryan [Fri, 20 Mar 2015 20:26:55 +0000 (20:26 +0000)]
Reverted extra change in last commit

9 years agoVersion update
ryan [Fri, 20 Mar 2015 20:25:38 +0000 (20:25 +0000)]
Version update

9 years agoUpdated changelog
ryan [Fri, 20 Mar 2015 20:15:53 +0000 (20:15 +0000)]
Updated changelog

9 years agoUpdated changelog
ryan [Fri, 20 Mar 2015 19:54:16 +0000 (19:54 +0000)]
Updated changelog

9 years ago-new fixes to prevent string length crashes if no parameters are specified for certai...
ryan [Fri, 20 Mar 2015 17:58:59 +0000 (17:58 +0000)]
-new fixes to prevent string length crashes if no parameters are specified for certain commands
-SplitData function now verifies length of string properly

9 years agoReverted 3290 except for change to Print command
ryan [Fri, 20 Mar 2015 17:21:58 +0000 (17:21 +0000)]
Reverted 3290 except for change to Print command

9 years agoMoved the missing file report to after the raising of the main window, to prevent...
ryan [Thu, 19 Mar 2015 23:16:14 +0000 (23:16 +0000)]
Moved the missing file report to after the raising of the main window, to prevent it from being hidden on startup

9 years agoAdditions to last commit - instead of returning "false" or new data when encountering...
ryan [Thu, 19 Mar 2015 22:11:45 +0000 (22:11 +0000)]
Additions to last commit - instead of returning "false" or new data when encountering a script error, return original input string

9 years agoIn Calc function, handle a calculation error as a silent error instead of ignoring...
ryan [Thu, 19 Mar 2015 21:52:31 +0000 (21:52 +0000)]
In Calc function, handle a calculation error as a silent error instead of ignoring it, to prevent infinite loops

9 years ago-reworked elevator call availability code, to return busy or an error, to prevent...
ryan [Thu, 19 Mar 2015 05:41:36 +0000 (05:41 +0000)]
-reworked elevator call availability code, to return busy or an error, to prevent call buttons from looping if all elevators won't service the call
-fixed an issue where clicks on call button panels would trigger a down call

9 years agoAdded some breaks to route functions
ryan [Thu, 19 Mar 2015 04:15:22 +0000 (04:15 +0000)]
Added some breaks to route functions

9 years agoFixed an issue where DeleteRoute would report even if a route is not deleted
ryan [Thu, 19 Mar 2015 04:07:03 +0000 (04:07 +0000)]
Fixed an issue where DeleteRoute would report even if a route is not deleted

9 years ago-ensure that the Reload flag is turned off after a reload, which prevents future...
ryan [Thu, 19 Mar 2015 03:36:07 +0000 (03:36 +0000)]
-ensure that the Reload flag is turned off after a reload, which prevents future startup issues
-in the Reload code, since the Load function can unload the simulator if it encounters an error, exit to the main menu if this happens to prevent a crash

9 years agoCleanups
ryan [Thu, 19 Mar 2015 03:11:56 +0000 (03:11 +0000)]
Cleanups

9 years agoSystem meshes should be created on engine startup, not separately in script interpret...
ryan [Wed, 18 Mar 2015 05:00:56 +0000 (05:00 +0000)]
System meshes should be created on engine startup, not separately in script interpreter.  This fixes startup crashes that happen if no valid data is in the script file.

9 years ago-fixed issue where door sensors would reset door holds. Door hold and reset function...
ryan [Mon, 16 Mar 2015 19:33:40 +0000 (19:33 +0000)]
-fixed issue where door sensors would reset door holds.  Door hold and reset functions now disable and re-enable sensors, and leave the sensor alone if the sensor is calling those functions.
-added a new action "sensorreset" as part of previous fix
-sensors will only enable if using automatic doors (AutoDoors is true)
-renamed ResetDoorTimer functions to Reset and ResetDoors
-door resets now report in verbose mode

9 years agoIn Calc function, allow decimal numbers without 0's at start
ryan [Sat, 14 Mar 2015 22:26:54 +0000 (22:26 +0000)]
In Calc function, allow decimal numbers without 0's at start

9 years agoFixed a click position offset in Freelook mode on Mac, and also did minor cleanups...
ryan [Sat, 14 Mar 2015 18:14:45 +0000 (18:14 +0000)]
Fixed a click position offset in Freelook mode on Mac, and also did minor cleanups to the related code

9 years agoFixed parenthesis issue
ryan [Sat, 14 Mar 2015 17:57:31 +0000 (17:57 +0000)]
Fixed parenthesis issue

9 years agoReworked the floor indicator code, consolidating and separating it properly
ryan [Fri, 13 Mar 2015 16:44:51 +0000 (16:44 +0000)]
Reworked the floor indicator code, consolidating and separating it properly

9 years agoAdded missing change for last commit (don't enable shaft extents on startup)
ryan [Thu, 12 Mar 2015 23:42:32 +0000 (23:42 +0000)]
Added missing change for last commit (don't enable shaft extents on startup)

9 years agoDon't leave top and bottom levels of shafts on - this doesn't appear to be needed...
ryan [Thu, 12 Mar 2015 23:32:45 +0000 (23:32 +0000)]
Don't leave top and bottom levels of shafts on - this doesn't appear to be needed anymore, and should increase rendering efficiency, but needs to be tested

9 years agoElevator indicators should be enabled/disabled along with the elevator
ryan [Thu, 12 Mar 2015 23:10:38 +0000 (23:10 +0000)]
Elevator indicators should be enabled/disabled along with the elevator

9 years agoFloor and directional indicators can now be deleted by ctrl-alt-click
ryan [Wed, 11 Mar 2015 21:15:25 +0000 (21:15 +0000)]
Floor and directional indicators can now be deleted by ctrl-alt-click

9 years agoFixed mesh name of floor indicators
ryan [Wed, 11 Mar 2015 21:02:10 +0000 (21:02 +0000)]
Fixed mesh name of floor indicators

9 years agoFixed typo
ryan [Wed, 11 Mar 2015 20:33:09 +0000 (20:33 +0000)]
Fixed typo

9 years agoRemoved some extra code
ryan [Wed, 11 Mar 2015 20:12:07 +0000 (20:12 +0000)]
Removed some extra code

9 years agoFixed an issue where all related elevator shaft doors would repond to door bumper...
ryan [Wed, 11 Mar 2015 19:36:55 +0000 (19:36 +0000)]
Fixed an issue where all related elevator shaft doors would repond to door bumper code, instead of just the elevator's floor.  Also cleaned up the code.

9 years agoAdded missing dbghelp.dll file
ryan [Wed, 11 Mar 2015 05:04:52 +0000 (05:04 +0000)]
Added missing dbghelp.dll file

9 years agoF2 key now prints more detailed render statistics
ryan [Tue, 10 Mar 2015 23:06:58 +0000 (23:06 +0000)]
F2 key now prints more detailed render statistics

9 years agoFixed length of floating point output in ToString functions, for Visual C++
ryan [Tue, 10 Mar 2015 22:17:11 +0000 (22:17 +0000)]
Fixed length of floating point output in ToString functions, for Visual C++

9 years agoDon't treat textures in ChangeTexture function as filenames, just material names...
ryan [Mon, 9 Mar 2015 03:49:57 +0000 (03:49 +0000)]
Don't treat textures in ChangeTexture function as filenames, just material names - this fixes a lot of performance problems

9 years agoAnother minor wall fix in addition to last commit
ryan [Sun, 8 Mar 2015 01:17:24 +0000 (01:17 +0000)]
Another minor wall fix in addition to last commit

9 years agoHotel wall positioning fixes
ryan [Sun, 8 Mar 2015 00:29:33 +0000 (00:29 +0000)]
Hotel wall positioning fixes

9 years agoFor call buttons, if all associated elevators are in a service mode, don't continue...
ryan [Sat, 7 Mar 2015 20:43:38 +0000 (20:43 +0000)]
For call buttons, if all associated elevators are in a service mode, don't continue to search for more elevators; reset the call button instead

9 years agoFixed last report line from elevator's DumpQueues and DumpServicedFloors functions
ryan [Sat, 7 Mar 2015 00:28:42 +0000 (00:28 +0000)]
Fixed last report line from elevator's DumpQueues and DumpServicedFloors functions

9 years agoFixed an issue where floors listed in the ShowFloors or ShowOutside lists would be...
ryan [Fri, 6 Mar 2015 23:45:42 +0000 (23:45 +0000)]
Fixed an issue where floors listed in the ShowFloors or ShowOutside lists would be switched off when stopping and continuing at a floor

9 years agoAdditional fixes in relation to previous commit
ryan [Fri, 6 Mar 2015 06:15:57 +0000 (06:15 +0000)]
Additional fixes in relation to previous commit

9 years agoFixed a crash that would occur if the Move button was pressed in the Object Manager...
ryan [Fri, 6 Mar 2015 06:12:36 +0000 (06:12 +0000)]
Fixed a crash that would occur if the Move button was pressed in the Object Manager if no selection was made

9 years agoPull Alpha 9 release changes from 1.9 branch:
ryan [Thu, 5 Mar 2015 22:56:14 +0000 (22:56 +0000)]
Pull Alpha 9 release changes from 1.9 branch:
-updated doxygen file
-floor fox for Underground building

9 years agoUpdated documentation
ryan [Wed, 4 Mar 2015 20:15:32 +0000 (20:15 +0000)]
Updated documentation

9 years agoAdded new Underground building
ryan [Wed, 4 Mar 2015 20:15:19 +0000 (20:15 +0000)]
Added new Underground building

9 years agoAnother cleanup in addition to last commit
ryan [Wed, 4 Mar 2015 05:55:42 +0000 (05:55 +0000)]
Another cleanup in addition to last commit

9 years agoCleanups in relation to ShowFloors arrays
ryan [Wed, 4 Mar 2015 05:50:33 +0000 (05:50 +0000)]
Cleanups in relation to ShowFloors arrays

9 years agoAdded missing code for last commit
ryan [Wed, 4 Mar 2015 00:18:38 +0000 (00:18 +0000)]
Added missing code for last commit

9 years agoFixed a conflict between Group listings and ShowFloors lists, and cleaned up EnableFl...
ryan [Wed, 4 Mar 2015 00:01:51 +0000 (00:01 +0000)]
Fixed a conflict between Group listings and ShowFloors lists, and cleaned up EnableFloorRange function

9 years agoUpdated readme file
ryan [Tue, 3 Mar 2015 18:10:57 +0000 (18:10 +0000)]
Updated readme file

9 years agoUpdated more documentation
ryan [Mon, 2 Mar 2015 19:17:40 +0000 (19:17 +0000)]
Updated more documentation

9 years agoUpdated installer scripts
ryan [Sun, 1 Mar 2015 05:40:40 +0000 (05:40 +0000)]
Updated installer scripts

9 years ago-many script commands would crash if given no parameters; this fixes the issue
ryan [Fri, 27 Feb 2015 04:09:29 +0000 (04:09 +0000)]
-many script commands would crash if given no parameters; this fixes the issue
-the print command can now be specified by itself, to print a blank line

9 years ago135th floor description fix
ryan [Thu, 26 Feb 2015 21:44:59 +0000 (21:44 +0000)]
135th floor description fix

9 years agoMade new floor list report as part of ShowFloorInfo, and migrated the ListAltitudes...
ryan [Thu, 26 Feb 2015 21:33:04 +0000 (21:33 +0000)]
Made new floor list report as part of ShowFloorInfo, and migrated the ListAltitudes feature to that

9 years agoMore report cleanups
ryan [Thu, 26 Feb 2015 17:47:58 +0000 (17:47 +0000)]
More report cleanups

9 years ago-added floor information button
ryan [Thu, 26 Feb 2015 17:20:16 +0000 (17:20 +0000)]
-added floor information button
-added missing codeblocks update for last commit

9 years agoAdded current floor name to debug panel
ryan [Thu, 26 Feb 2015 08:06:30 +0000 (08:06 +0000)]
Added current floor name to debug panel

9 years agoFixed an interior window positioning issue
ryan [Thu, 26 Feb 2015 05:20:45 +0000 (05:20 +0000)]
Fixed an interior window positioning issue

9 years agoTypo fix
ryan [Thu, 26 Feb 2015 05:17:33 +0000 (05:17 +0000)]
Typo fix

9 years agoUpdated changelog
ryan [Thu, 26 Feb 2015 02:02:39 +0000 (02:02 +0000)]
Updated changelog

9 years agoPrevent shaft door reset if full shaft is enabled
ryan [Thu, 26 Feb 2015 01:18:19 +0000 (01:18 +0000)]
Prevent shaft door reset if full shaft is enabled

9 years agoEnableGroup function in floor object will no longer touch shaft or stair objects...
ryan [Thu, 26 Feb 2015 01:10:16 +0000 (01:10 +0000)]
EnableGroup function in floor object will no longer touch shaft or stair objects if they're currently fully enabled

9 years agoDisabled more warnings on Visual C++
ryan [Wed, 25 Feb 2015 22:54:48 +0000 (22:54 +0000)]
Disabled more warnings on Visual C++

9 years agoDisabled some DLL interface warnings on Visual C++
ryan [Wed, 25 Feb 2015 22:42:41 +0000 (22:42 +0000)]
Disabled some DLL interface warnings on Visual C++

9 years agoMore cleanups and warning fixes
ryan [Wed, 25 Feb 2015 22:41:01 +0000 (22:41 +0000)]
More cleanups and warning fixes

9 years agoAdded quotes around more object names in reports
ryan [Wed, 25 Feb 2015 21:13:39 +0000 (21:13 +0000)]
Added quotes around more object names in reports

9 years agoAdded quotes around control object name in reports
ryan [Wed, 25 Feb 2015 21:01:20 +0000 (21:01 +0000)]
Added quotes around control object name in reports

9 years agoFixes to action array checks of Control and Trigger objects, to prevent crashes if...
ryan [Wed, 25 Feb 2015 20:57:50 +0000 (20:57 +0000)]
Fixes to action array checks of Control and Trigger objects, to prevent crashes if no actions are associated with the object

9 years agoMore elevator object checks for elevator editor
ryan [Wed, 25 Feb 2015 20:25:35 +0000 (20:25 +0000)]
More elevator object checks for elevator editor

9 years agoReset door reference in elevator editor, to prevent issues if elevator is deleted
ryan [Wed, 25 Feb 2015 20:20:24 +0000 (20:20 +0000)]
Reset door reference in elevator editor, to prevent issues if elevator is deleted

9 years agoUpdated changelog
ryan [Wed, 25 Feb 2015 18:51:46 +0000 (18:51 +0000)]
Updated changelog

9 years agoAdded Mac key hints
ryan [Wed, 25 Feb 2015 06:15:52 +0000 (06:15 +0000)]
Added Mac key hints

9 years agoThe elevator editor's floor selector now only shows the related serviced floors
ryan [Fri, 20 Feb 2015 06:34:00 +0000 (06:34 +0000)]
The elevator editor's floor selector now only shows the related serviced floors

9 years ago-elevator shaft door wrapper objects now store associated floor number
ryan [Thu, 19 Feb 2015 18:32:32 +0000 (18:32 +0000)]
-elevator shaft door wrapper objects now store associated floor number
-reworked shaft door and elevator door ClickedObject code to newer design
-misc fixes

9 years agoRemade call button code in ClickedObject function, to remove legacy code
ryan [Tue, 17 Feb 2015 21:10:56 +0000 (21:10 +0000)]
Remade call button code in ClickedObject function, to remove legacy code

9 years agoCall buttons can now be deleted using ctrl-alt-click
ryan [Tue, 17 Feb 2015 20:48:48 +0000 (20:48 +0000)]
Call buttons can now be deleted using ctrl-alt-click

9 years ago-objects are now deleted by ctrl-alt-click instead of just ctrl-click, to prevent...
ryan [Tue, 17 Feb 2015 20:40:46 +0000 (20:40 +0000)]
-objects are now deleted by ctrl-alt-click instead of just ctrl-click, to prevent interference with ctrl walking modifier
-controls can now be deleted by ctrl-alt-click

9 years agoAdded reporting to elevator door sensors
ryan [Thu, 12 Feb 2015 04:29:24 +0000 (04:29 +0000)]
Added reporting to elevator door sensors

9 years agoAdded new actions for enabling and disabling elevator door sensors
ryan [Thu, 12 Feb 2015 03:54:09 +0000 (03:54 +0000)]
Added new actions for enabling and disabling elevator door sensors

9 years agoReworked action run code, to prevent duplicates
ryan [Thu, 12 Feb 2015 03:39:21 +0000 (03:39 +0000)]
Reworked action run code, to prevent duplicates

9 years agoCall buttons now check if elevator objects are valid, to report accordingly
ryan [Wed, 4 Feb 2015 22:08:25 +0000 (22:08 +0000)]
Call buttons now check if elevator objects are valid, to report accordingly

9 years agoMinor wall fix
ryan [Mon, 2 Feb 2015 20:46:50 +0000 (20:46 +0000)]
Minor wall fix

9 years agoAdded more optimization flags
ryan [Sat, 31 Jan 2015 22:02:06 +0000 (22:02 +0000)]
Added more optimization flags

9 years agoAdded missing optimization flag
ryan [Sat, 31 Jan 2015 21:34:16 +0000 (21:34 +0000)]
Added missing optimization flag

9 years ago-objects are now locked/unlocked by holding ctrl-shift and clicking instead of just...
ryan [Sat, 31 Jan 2015 06:02:46 +0000 (06:02 +0000)]
-objects are now locked/unlocked by holding ctrl-shift and clicking instead of just shift-click, which fixes conflicts with using shift for running
-brought back shift-click call button functionality, to change light status

9 years agoCorrection to rev 3252 - use ActiveDirection instead
ryan [Fri, 23 Jan 2015 04:47:19 +0000 (04:47 +0000)]
Correction to rev 3252 - use ActiveDirection instead

9 years agoAdded transparent button background texture
ryan [Fri, 23 Jan 2015 04:20:45 +0000 (04:20 +0000)]
Added transparent button background texture

9 years agoElevators now update floor indicators and floor beep sounds when either passing a...
ryan [Fri, 23 Jan 2015 03:15:30 +0000 (03:15 +0000)]
Elevators now update floor indicators and floor beep sounds when either passing a floor altitude, or beginning to level at a floor

9 years agoPrevent elevators from updating floor number during leveling mode
ryan [Fri, 23 Jan 2015 02:08:56 +0000 (02:08 +0000)]
Prevent elevators from updating floor number during leveling mode

9 years agoError report cosmetic fixes
ryan [Wed, 21 Jan 2015 19:44:43 +0000 (19:44 +0000)]
Error report cosmetic fixes

9 years agoMore work on file load error messages
ryan [Wed, 21 Jan 2015 19:38:45 +0000 (19:38 +0000)]
More work on file load error messages

9 years agoAdded more verbose file load error messages
ryan [Wed, 21 Jan 2015 06:27:03 +0000 (06:27 +0000)]
Added more verbose file load error messages

9 years agoYear update
ryan [Thu, 15 Jan 2015 02:52:46 +0000 (02:52 +0000)]
Year update

9 years agoUncommented svnrev step in debug mode for Visual C++
ryan [Thu, 8 Jan 2015 00:29:36 +0000 (00:29 +0000)]
Uncommented svnrev step in debug mode for Visual C++

9 years agoFixed Visual C++ 64-bit build options
ryan [Wed, 7 Jan 2015 21:36:20 +0000 (21:36 +0000)]
Fixed Visual C++ 64-bit build options

9 years agoUpdated Visual C++ build parameters
ryan [Wed, 7 Jan 2015 20:46:51 +0000 (20:46 +0000)]
Updated Visual C++ build parameters

9 years agoAdded message sound status checks, to prevent repeats
ryan [Wed, 7 Jan 2015 06:37:21 +0000 (06:37 +0000)]
Added message sound status checks, to prevent repeats

9 years agoRemoved Palace Hotel on author's request
ryan [Fri, 2 Jan 2015 18:20:01 +0000 (18:20 +0000)]
Removed Palace Hotel on author's request

9 years agoRenamed call button sound
ryan [Sat, 6 Dec 2014 00:13:21 +0000 (00:13 +0000)]
Renamed call button sound

9 years agoCleanups
ryan [Fri, 5 Dec 2014 23:50:37 +0000 (23:50 +0000)]
Cleanups

9 years agoAdded support for sounds in call button objects
ryan [Fri, 5 Dec 2014 23:37:52 +0000 (23:37 +0000)]
Added support for sounds in call button objects

9 years agoAdded numeric checks to the Calc function, to fix issues with the Calc function hangi...
ryan [Fri, 5 Dec 2014 23:03:31 +0000 (23:03 +0000)]
Added numeric checks to the Calc function, to fix issues with the Calc function hanging on filenames.  Also removed the related work-around code for skipping parameters.