Mark Sturgill
3bc81ea952
Merge pull request #1 from Ravenwolfe/master
...
Found issue with XMLserialization using local time to serialize instead ...
2014-04-13 21:16:12 -07:00
Ravenwolfe
06fa2ab343
Found issue with XMLserialization using local time to serialize instead of UTC. Changed to be consistent with rest of project.
2014-04-13 22:03:06 -05:00
Mark Sturgill
1a5ec1b996
Merge branch 'master' of github.com:runuo/runuo
2014-04-03 03:26:01 -07:00
Mark Sturgill
a29be6d64c
switch ip autodetection to azure, no ssl for MONO because of cert dep
2014-04-03 03:24:42 -07:00
Mark Sturgill
b6f7c1e341
Update README.md
2014-04-01 14:17:49 -07:00
Mark Sturgill
fc96362050
autodetection url
2014-03-31 20:39:22 -07:00
Mark Sturgill
963606e376
power faction item creation and duel presence
2014-03-28 12:44:32 -07:00
Mark Sturgill
383f6cbada
add power faction items
2014-03-28 12:29:31 -07:00
Mark Sturgill
6851c59521
add comments command and comments gump
2014-03-28 12:21:04 -07:00
Mark Sturgill
5703f6ab78
comments
2014-03-26 11:45:46 -07:00
Mark Sturgill
5003f7c4a9
add NEWTIMERS and NEWPARENT preprocessor directives to assist third party developers
2014-03-09 17:07:26 -07:00
Mark Sturgill
54aef01c72
(potentially) more portable implementation of double/float serialization for mono
2014-03-07 17:36:28 -07:00
Mark Sturgill
6ad068c3eb
tiger shrink table entry
2014-03-05 15:39:08 -07:00
Mark Sturgill
7060d1ffa5
add tiger to bodyTable.cfg
2014-03-05 13:10:01 -07:00
Mark Sturgill
49941a49af
typo
2014-03-05 11:49:36 -07:00
Mark Sturgill
7adf78d74b
update razor path and add rdrand note
2014-02-28 13:27:33 -07:00
Mark Sturgill
d2349164ce
edge-case bandaid for disguise kits
...
this should really be fully rewritten to not be so dependent on the underlying timer state
2014-02-27 13:46:12 -07:00
Mark Sturgill
b3f61771cb
remove old Assemblies.cfg reference from vs solution
2014-02-26 15:08:14 -07:00
Mark Sturgill
83bf81b7ee
synchronize Server/Scripts project properties
...
whitespace/comment changes in Serialization.cs and ScriptCompiler.cs
proper dispose pattern for Listener
remove IDisposable from FileLogger
2014-02-25 14:00:32 -07:00
Mark Sturgill
abe9f5acb2
add AssemblyInfo.cs to Scripts (primarily to remove ComVisible code analyzer nag)
2014-02-25 13:56:48 -07:00
Mark Sturgill
2bb6984b94
update MONO build line
2014-02-22 13:11:17 -07:00
Mark Sturgill
76b7fa6f30
add OnSingleClick for BulkOrderBook and Aquarium
...
allow primary LadderController instance to be deleted
add MessageRuleset method to DuelContext
2014-02-22 12:56:58 -07:00
Mark Sturgill
041c976ddc
fix null ref in bounce
2014-02-21 19:04:53 -07:00
Mark Sturgill
0bd09dbeac
line ending normalization
2014-02-18 10:23:15 -07:00
Mark Sturgill
57a73805bb
Merge branch 'dev/2.6'
2014-02-16 14:09:57 -07:00
Mark Sturgill
4bce0050be
change serverlist public ip address autodetection url
...
fixed base OnSubItemAdded being hidden in playermobile
2014-02-15 17:52:14 -07:00
Mark Sturgill
7bffaa645d
change serverlist public ip address autodetection url
...
fixed base OnSubItemAdded being hidden in playermobile
2014-02-15 15:05:54 -07:00
Mark Sturgill
1b157e102d
set Parent CommandProperty write accesslevel to Developer
...
unmark Parent property as virtual
2014-02-15 14:54:28 -07:00
Mark Sturgill
2f005966f9
move stuckmenu methods from core mobile to PlayerMobile
...
take advantage of IEntity/Parent refactor in a few trivial places
2014-02-15 13:52:03 -07:00
Mark Sturgill
12826da7c4
remove ParentEntity and RootParentEntity
...
Parent and RootParent are now IEntity properties
refactor object arguments to IEntity for parent related methods
branch and version bump to 2.6
2014-02-15 13:21:28 -07:00
Mark Sturgill
705236b923
proper disguise persistence using kvp instead of dictionary entries
2014-02-15 13:11:50 -07:00
Mark Sturgill
91eed1e2ed
there is no exact localization match for the legacy container label, but this one is pretty close if someone wanted to use it
2014-02-15 12:28:27 -07:00
Mark Sturgill
1d2d51b1de
change communication crystals to always return true for HandlesOnSpeech
...
we will be making some changes to the way child items that handle speech events are processed
2014-02-14 21:41:24 -07:00
Mark Sturgill
ac17483ab4
remove old hashtables from animal taming, inscription, and invisibility code
2014-02-14 21:19:41 -07:00
Mark Sturgill
af0ec21a07
disguisekit generics
2014-02-13 23:12:23 -07:00
Mark Sturgill
e68cfe354f
add new visible damage mode Selective to VisibleDamageType enumeration
...
two new virtual properties ShowVisibleDamage and CanSeeVisibleDamage can be used to control damage visibility
default values for this mode are controlled by the static properties Mobile.DefaultShowVisibleDamage and Mobile.DefaultCanSeeVisibleDamage
2014-02-09 14:38:43 -07:00
Mark Sturgill
cfdd943142
additional edge-case thread safety for RNG buffer filling
2014-02-09 13:02:20 -07:00
Mark Sturgill
a5b7e6c78c
Added the command line argument -usehrt to enable high resolution timing on supported platforms (QueryPerformanceCounter)
...
Timing will fallback to DateTime.UtcNow.Ticks when QPC is unsupported.
2014-02-09 12:10:13 -07:00
Mark Sturgill
473751297d
dont call datetime.utcnow for every item during serialization
2014-02-08 13:44:08 -07:00
Mark Sturgill
bab199139b
apipa range for serverlist autodetection
2014-02-06 23:51:49 -07:00
Mark Sturgill
18bc7b84d9
slight refactor of visible damage
2014-02-06 23:17:23 -07:00
msturgill
6571b05f33
temporary edge-case fix
2014-01-15 14:43:49 -07:00
Mark Sturgill
e15e65033e
fix random impl race condition
2013-11-13 21:42:16 -07:00
Mark Sturgill
290c4a1396
custom house optimizations
2013-11-08 12:29:21 -07:00
Mark Sturgill
5283de0b02
remove VS duplicated FlySpell.cs
2013-11-05 12:28:24 -07:00
Mark Sturgill
e319713571
gargoyle flyspell
2013-11-05 12:15:29 -07:00
Mark Sturgill
1fdb2d9a1f
update version display and project urls
2013-11-03 10:11:30 -07:00
Mark Sturgill
d18b2254d8
tweak version to 2.5.0 to help with legacy maint in the future
2013-11-02 22:26:20 -07:00
Mark Sturgill
0eeb0c0c31
generic conversions
2013-11-02 21:40:42 -07:00
Mark Sturgill
fa1df8eae5
more gargoyle additions from servuo
2013-11-02 16:21:12 -07:00