Sandu Liviu Catalin
|
bcf9d603e7
|
Implemented global and local player messaging customization.
|
2015-11-09 05:54:03 +02:00 |
|
Sandu Liviu Catalin
|
3c3e67bdaa
|
Implement message prefixing and other style customization.
|
2015-11-09 04:32:32 +02:00 |
|
Sandu Liviu Catalin
|
8b9d46d9a9
|
Implemented player messaging.
|
2015-11-09 03:29:04 +02:00 |
|
Sandu Liviu Catalin
|
3206d49404
|
Implemented a simple command system. Added a custom buffer class. Implemented reconnection for IRC sessions. Various other adjustments and additions.
|
2015-11-07 12:17:39 +02:00 |
|
Sandu Liviu Catalin
|
46801b1ce8
|
Discarded the noexcept specifier entirely.
|
2015-11-01 05:48:01 +02:00 |
|
Sandu Liviu Catalin
|
11c3533917
|
Implemented functions to create vehicle entities and added constructor to create an entity reference from a base reference.
|
2015-11-01 01:33:12 +02:00 |
|
Sandu Liviu Catalin
|
eb730a6ff3
|
Implemented functions to create textdraw entities and added constructor to create an entity reference from a base reference.
|
2015-11-01 01:33:04 +02:00 |
|
Sandu Liviu Catalin
|
997cdc2fce
|
Implemented functions to create sprite entities and added constructor to create an entity reference from a base reference.
|
2015-11-01 01:32:57 +02:00 |
|
Sandu Liviu Catalin
|
0d5dd53984
|
Implemented functions to create sphere entities and added constructor to create an entity reference from a base reference.
|
2015-11-01 01:32:50 +02:00 |
|
Sandu Liviu Catalin
|
b0c174e75e
|
Added constructor to create a player entity reference from a base reference.
|
2015-11-01 01:32:41 +02:00 |
|
Sandu Liviu Catalin
|
8d8c9be2fd
|
Implemented functions to create pickup entities and added constructor to create an entity reference from a base reference.
|
2015-11-01 01:32:16 +02:00 |
|
Sandu Liviu Catalin
|
6c308ee85c
|
Implemented functions to create object entities and added constructor to create an entity reference from a base reference.
|
2015-11-01 01:31:57 +02:00 |
|
Sandu Liviu Catalin
|
78c72399db
|
Implemented functions to create keybind entities and added constructor to create an entity reference from a base reference.
|
2015-11-01 01:31:46 +02:00 |
|
Sandu Liviu Catalin
|
986fc5769e
|
Implemented functions to create checkpoint entities and added constructor to create an entity reference from a base reference.
|
2015-11-01 01:31:38 +02:00 |
|
Sandu Liviu Catalin
|
2a3cef8318
|
Implemented functions to create blip entities and added constructor to create an entity reference from a base reference.
|
2015-11-01 01:31:28 +02:00 |
|
Sandu Liviu Catalin
|
1a34efb45b
|
Fix debugging messages in Keybind type.
|
2015-10-30 15:22:35 +02:00 |
|
Sandu Liviu Catalin
|
d3d247b5f9
|
Simlified the buffer size calculation in Player type.
Fixed bug which multiplied by the type size instead of dividing. thanks @VRocker
|
2015-10-30 15:22:23 +02:00 |
|
Sandu Liviu Catalin
|
c2e62af14c
|
Documented the Textdraw type.
|
2015-10-29 23:14:17 +02:00 |
|
Sandu Liviu Catalin
|
72677546a7
|
Documented the Sprite type.
|
2015-10-29 23:10:46 +02:00 |
|
Sandu Liviu Catalin
|
c8907b8ea2
|
Fixed the keybind documentation.
|
2015-10-29 23:06:20 +02:00 |
|
Sandu Liviu Catalin
|
7c337e49cb
|
Documented the Keybind type.
|
2015-10-29 23:05:25 +02:00 |
|
Sandu Liviu Catalin
|
56170f5304
|
Fixed documentation of the Blip type.
|
2015-10-29 23:03:58 +02:00 |
|
Sandu Liviu Catalin
|
9abb596aa8
|
Documented the Blip type.
|
2015-10-29 23:02:55 +02:00 |
|
Sandu Liviu Catalin
|
4b71f2006f
|
Update the sprite reference type to use the short notation of squirrel's 32bit unsigned integer.
|
2015-10-29 22:56:40 +02:00 |
|
Sandu Liviu Catalin
|
e111cd0ccc
|
Untested implementation of the Vehicle type.
|
2015-10-29 22:56:07 +02:00 |
|
Sandu Liviu Catalin
|
6050f6e725
|
Untested implementation of the Textdraw type.
|
2015-10-29 22:55:36 +02:00 |
|
Sandu Liviu Catalin
|
df0eaf8515
|
Untested implementation of the Sprite type.
|
2015-10-29 22:41:20 +02:00 |
|
Sandu Liviu Catalin
|
e708ff8050
|
Untested implementation of the Sphere type.
|
2015-10-29 22:11:47 +02:00 |
|
Sandu Liviu Catalin
|
772822415b
|
Untested implementation of the Player type.
|
2015-10-29 22:11:30 +02:00 |
|
Sandu Liviu Catalin
|
ab5c9c2686
|
Untested implementation of the Pickup type.
|
2015-10-29 22:11:00 +02:00 |
|
Sandu Liviu Catalin
|
25afc7e704
|
Untested implementation of the Object type.
|
2015-10-29 22:10:36 +02:00 |
|
Sandu Liviu Catalin
|
59c1d07c3e
|
Untested implementation of the keybind type.
|
2015-10-29 22:09:53 +02:00 |
|
Sandu Liviu Catalin
|
7fc53d8274
|
Untested implementation of the Checkpoint type.
|
2015-10-29 22:07:31 +02:00 |
|
Sandu Liviu Catalin
|
f89e0d8cd6
|
Untested implementation of the Blip reference type.
|
2015-10-29 22:07:15 +02:00 |
|
Sandu Liviu Catalin
|
6ed02d0fd4
|
Initial commit.
|
2015-09-30 03:56:11 +03:00 |
|