weapnum
define the weapon number globally to be used in the game, this affectsweapons
when used in character's script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
libmono-system-web-extensions4.0-cil | |
install -y libmono-system-data-datasetextensions4.0-cil | |
libmono-csharp4.0c-cil libmono-microsoft-csharp4.0-cil mono-dmcs mono-mcs | |
mono-dmcs | |
mono-xbuild | |
mono-devel | |
libmono-system-runtime4.0-cil | |
libmono-system-io-compression-filesystem4.0-cil | |
libmono-system-io-compression4.0-cil | |
libmono-windowsbase4.0-cil |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <iterator> | |
#include <list> | |
#include <map> | |
#include <unordered_map> | |
#include <set> | |
#include <unordered_set> | |
#include <deque> | |
#include <array> | |
#include <string> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Structure describing an Internet socket address. */ | |
struct sockaddr_in | |
{ | |
__SOCKADDR_COMMON (sin_); | |
in_port_t sin_port; /* Port number. */ | |
struct in_addr sin_addr; /* Internet address. */ | |
/* Pad to size of `struct sockaddr'. */ | |
unsigned char sin_zero[sizeof (struct sockaddr) - | |
__SOCKADDR_COMMON_SIZE - |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
template<_Lock_policy _Lp = __default_lock_policy> | |
class __shared_count | |
{ | |
public: | |
__shared_count() | |
: _M_pi(0) // nothrow | |
{ } | |
template<typename _Ptr> | |
__shared_count(_Ptr __p) : _M_pi(0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "Holder.h" | |
#include <algorithm> | |
/* | |
================== | |
Constructor | |
================== | |
*/ | |
abziHolder::abziHolder( int size ) { | |
Init( size ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thread 1 "OpenBOR-debug-1" received signal SIGINT, Interrupt. | |
0x000055555565eaa9 in List_AddHash (list=0x55555eca0304, | |
node=0x55555ec6e880) at source/scriptlib/List.c:65 | |
65 save = list->buckets[h]->size; | |
(gdb) where | |
#0 0x000055555565eaa9 in List_AddHash (list=0x55555eca0304, | |
node=0x55555ec6e880) at source/scriptlib/List.c:65 | |
#1 0x00005555556600e3 in List_InsertAfter (list=0x55555eca0304, | |
e=0x55555ec63b90, theName=0x55555ec70620 "L20") | |
at source/scriptlib/List.c:639 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Image: data/chars/williams/a1.gif | |
Format: GIF (CompuServe graphics interchange format) | |
Mime type: image/gif | |
Class: PseudoClass | |
Geometry: 200x200+0+0 | |
Units: Undefined | |
Colorspace: sRGB | |
Type: Palette | |
Base type: Undefined | |
Endianess: Undefined |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Image: Zombie01Walk001-3.gif | |
Format: GIF (CompuServe graphics interchange format) | |
Mime type: image/gif | |
Class: PseudoClass | |
Geometry: 250x250+0+0 | |
Units: Undefined | |
Colorspace: sRGB | |
Type: Palette | |
Base type: Undefined | |
Endianess: Undefined |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Image: Zombie-only-processed.gif | |
Format: GIF (CompuServe graphics interchange format) | |
Mime type: image/gif | |
Class: PseudoClass | |
Geometry: 250x250+0+0 | |
Units: Undefined | |
Colorspace: sRGB | |
Type: Palette | |
Base type: Undefined | |
Endianess: Undefined |