Skip to content

Commit 2af44fe

Browse files
committed
fluffos-1.00
1 parent 0877b91 commit 2af44fe

File tree

194 files changed

+19630
-14560
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

194 files changed

+19630
-14560
lines changed

Credits.MudOS

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Ben Gras (Fermat) - MD5 crypt(), various fixes
9090

9191
Kars de Jong (Turrican) - various bug fixes
9292

93-
Simon Matthews (Andrew) - MySQL support
93+
Simon Matthews (Andrew) - MySQL support, various patches and bug reports
9494

9595
and tons of others who have accidentally been omitted
9696
--

Performance

+4-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ for building arrays).
3131
when debugging code but it slows down most simple LPC instructions (in
3232
eval_instruction()) by a factor of two.
3333

34-
5) Do as little in the master object pulse() function as reasonable.
34+
5) Don't give objects heartbeats (set_heart_beat(1)) unless really
35+
necessary. Do as little in heart_beat() functions as reasonable.
36+
Consider turning off heartbeats when not needed and then restarting
37+
them when again needed.
3538

3639
6) Read the comments in the example config file about hash table size, and
3740
object hash table size--setting proper (large enough) values for these

Version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
MudOS v23 alpha
1+
MudOS v22.2 beta

bin/.gitignore

Whitespace-only changes.

bin/Config.example

-146
This file was deleted.

0 commit comments

Comments
 (0)