Skip to content

Commit

Permalink
red flames
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord committed Sep 28, 2016
1 parent b84ed81 commit 650e1a2
Show file tree
Hide file tree
Showing 11 changed files with 321 additions and 535 deletions.
18 changes: 9 additions & 9 deletions AOprivateServer.pbp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<section name="data">
<explorer view="" pattern="8"/>
<log show="1"/>
<lastopen date="2016-09-14 18:19" user="Sven" host="SPC"/>
<lastopen date="2016-09-28 13:57" user="Sven" host="SPC"/>
</section>
<section name="files">
<file name="Common.pb">
Expand All @@ -16,19 +16,19 @@
</file>
<file name="gui.pb">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+"/>
<fingerprint md5="25ec1a31f56333066c3a2f6efda1a027"/>
<fingerprint md5="1fdfde66a4c88cd989bc2d84b384c4a4"/>
</file>
<file name="main.pb">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+"/>
<fingerprint md5="691de80d86078857210071edb15c327d"/>
<fingerprint md5="4bf57431008883109ff2e45f57d0c7c3"/>
</file>
<file name="server_shared.pb">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+"/>
<fingerprint md5="e3552c2e56d666d8af17977f94da2b20"/>
<fingerprint md5="ca85db18a1d79d5ff332f516434aed63"/>
</file>
<file name="shared_headers.pb">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+"/>
<fingerprint md5="07923d31b54739a5935c53a17c680508"/>
<fingerprint md5="a7323a63e002544fdba997e817f221bb"/>
</file>
</section>
<section name="targets">
Expand All @@ -41,8 +41,8 @@
<icon enable="1">sD.ico</icon>
<format exe="default" cpu="2"/>
<debugger custom="1" type="ide"/>
<compilecount enable="1" value="1270"/>
<buildcount enable="1" value="139"/>
<compilecount enable="1" value="1286"/>
<buildcount enable="1" value="143"/>
<versioninfo enable="1">
<field0 value="2,%COMPILECOUNT,%BUILDCOUNT,0"/>
<field1 value="2.%COMPILECOUNT.%BUILDCOUNT,0"/>
Expand Down Expand Up @@ -76,8 +76,8 @@
<icon enable="0">owner.ico</icon>
<format exe="console" cpu="0"/>
<debugger custom="1" type="ide"/>
<compilecount enable="1" value="1270"/>
<buildcount enable="1" value="139"/>
<compilecount enable="1" value="1286"/>
<buildcount enable="1" value="143"/>
<versioninfo enable="1">
<field0 value="2,%COMPILECOUNT,%BUILDCOUNT,0"/>
<field1 value="2,%COMPILECOUNT,%BUILDCOUNT,0"/>
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# serverD
## PUMP UP THE JAM
## RED DANCING FLAMES
You can find the downloads in the release tab

### changelog
* added banning IP ranges
* newAO support
* fixed plugins
* cleanups
* AO2 now fully supported
* cleaned up a ton of stuff
* new message and wait system
* handles other clients ok

### minimal setup (console version)
> OS
Expand Down
9 changes: 6 additions & 3 deletions gui.pb
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Repeat ; Start of the event loop
Case #CheckBox_MS
public=GetGadgetState(#CheckBox_MS)
Debug public
If public
If public And msthread=0
msthread=CreateThread(@MasterAdvert(),port)
EndIf

Expand All @@ -173,6 +173,9 @@ Repeat ; Start of the event loop
SetWindowColor(0, RGB(128,0,0))
SetGadgetText(#Button_2,"RETRY")
EndIf
If public And msthread=0
msthread=CreateThread(@MasterAdvert(),port)
EndIf
EndIf

Case #Button_4 ;CONFIG
Expand Down Expand Up @@ -245,7 +248,7 @@ DataSection
bannerend:
EndDataSection
; IDE Options = PureBasic 5.31 (Windows - x86)
; CursorPosition = 222
; FirstLine = 196
; CursorPosition = 248
; FirstLine = 215
; Folding = -
; EnableXP
263 changes: 0 additions & 263 deletions index.html

This file was deleted.

Loading

0 comments on commit 650e1a2

Please sign in to comment.