Ludovic
012914c3b5
SkeletorGetAnimFrame: Fixed crash when animData is NULL
2017-10-26 03:12:50 +02:00
Ludovic
62ff9b7f4c
Renamed file.c to files.cpp
...
Renamed huffman.c to huffman.cp
Renamed msg.c to msg.cpp
Added Pipe class
Made loaddef a local variable instead of a global variable for future potential multi-threading support
2017-10-26 02:28:06 +02:00
Ludovic
6bdfb4c093
Fixed errors with STDINT
2017-08-21 04:05:01 +02:00
Ludovic
0471848afd
Added GetExtension for str
2017-07-23 20:51:10 +02:00
Ley0k
58c0a3188d
Update README.txt
...
Replaced http://www.mods-r-us.net with http://sfxmodding.net/ .
2017-07-23 13:38:04 +02:00
Ley0k
d0fd489c11
Merge pull request #7 from jvmap/clockside-fix
...
Small correction in Level::EventSetClockSide: since STRING_KILLS > ST…
2017-07-23 13:35:00 +02:00
Jeroen Vrijkorte
58b3189ee0
Small correction in Level::EventSetClockSide: since STRING_KILLS > STRING_DRAW, the check should be on STRING_KILLS, not STRING_DRAW.
2017-07-22 17:02:09 +02:00
Ludovic
a8eb5bed24
Fixed seeking in PK3
2017-07-21 04:21:00 +02:00
Ley0k
4d83a763b8
Merge pull request #6 from openmoh/dev
...
Dev
2017-07-10 19:46:17 +02:00
RyBack
d5da1b3b92
Fixed shit reduce conflict to the right number (306 instead of 304)
2017-07-09 10:24:29 +02:00
RyBack
629bbc7aa2
Fix for loops without initial statement eg:
...
for(;local.i<$player.size;local.i++)
2017-07-09 10:17:09 +02:00
Ley0k
3186600857
Merge pull request #5 from openmoh/dev
...
dev
2017-07-07 20:09:45 +02:00
RyBack
536821fe40
Flex bison improvment
...
support multiline statment such as
if(local.fauuuuuuk ||\
local.meeeeeee ||\
local.giiiiiit)
2017-07-07 19:35:10 +02:00
RyBack
a2f10ab2a7
Flex bison fix
...
multiline statment fix
2017-07-07 19:19:46 +02:00
Ludovic
47bfa6158d
Using EVENT_DPrintf so that event not found error will only print with developer enabled
2017-06-19 00:44:15 +02:00
Ludovic
214692a910
Implemented some reborn functions
2017-06-08 11:46:08 +02:00
Ley0k
102978b13c
Added #pragma once for cm_polylib.h
2017-02-25 12:55:04 +01:00
Ley0k
83da6f144e
Fixed openmohaa console not executing anything
2017-02-19 22:00:42 +01:00
Ley0k
563565bbf2
replaced size_t with intptr_t for negative lengths
2017-02-19 22:00:27 +01:00
Ley0k
c0f078e4a0
Fixed crash with standard mohaa gamex86 because DPrintf2 was not assigned
2017-02-19 22:00:07 +01:00
Ley0k
8ac1b42eda
Fixed printf %c warning
2017-02-19 21:59:49 +01:00
Ley0k
1646b7d29f
Fixed error crash
2017-02-19 21:59:41 +01:00
Ley0k
cafeff2474
Updated win_flex
2017-02-19 21:14:41 +01:00
Ley0k
85b7ac3ed5
Using size_t for lengths (also remove most warnings when compiling for x64)
2017-02-19 21:14:27 +01:00
Ley0k
a0f2dccd07
replaced sizeof( cArea_t * ) with sizeof( *cm.areaPortals ) to prevent crashes with x64 builds
2017-02-19 21:13:47 +01:00
Ley0k
36846a9baf
Fixed crash when an animdef was NULL
2017-02-19 21:12:43 +01:00
Ley0k
9158c3e141
Fixed crash with Emitter not ending the response list
2017-02-19 21:12:13 +01:00
Ley0k
2fb8478c4d
Implemented removebot
2017-02-19 21:11:54 +01:00
Ley0k
79271570a8
Entity::Sound : Replaced G_CRandom with G_Random
2017-02-19 21:11:17 +01:00
Ley0k
198727f6e0
Added alias structures for ida
2017-02-19 21:10:43 +01:00
Ley0k
cc0146f218
Fixed doors sometimes opening in the wrong direction
2017-02-19 21:10:27 +01:00
Ley0k
55c1b367f1
Fixed sounds problems
2017-02-19 21:10:06 +01:00
Ley0k
c40668600b
Updated FBXSDK
2017-02-19 12:15:41 +01:00
Ley0k
b5f8801c73
Set MAX_QPATH to 256
2017-02-19 12:15:14 +01:00
Ley0k
7b06143796
Set MAX_QPATH to 256
2017-02-19 12:15:05 +01:00
Ley0k
9ef909be89
Com_Printf: declare the function only if _COM_PRINTF is not defined
2017-02-19 12:14:51 +01:00
Ley0k
3e757e6a05
Using debug malloc to allocate memory
2017-02-19 12:14:18 +01:00
Ley0k
176c433b82
included DBGHEAP in most loud code
2017-02-19 12:13:43 +01:00
Ley0k
3436b47544
Lot of changes
2016-08-13 18:32:13 +02:00
Ley0k
db1cfb675c
Fixed barrel jittering
2016-08-02 16:54:32 +02:00
Ley0k
1b98da13a4
EnsureOverLadder: Fixed trace
2016-08-02 16:54:22 +02:00
Ley0k
e52ce2101c
Fixed weapon start ammo
2016-08-02 16:54:02 +02:00
Ley0k
b18ac80c7d
Added build number incrementation
2016-08-02 16:53:43 +02:00
Ley0k
f88e2ccac5
Added FS_ReplaceSeparators
2016-04-13 00:57:15 +02:00
Ley0k
86df24e13c
Fixed some crashes
2016-04-12 11:14:09 +02:00
Ley0k
09bed43f97
Hard reset
2016-03-27 11:49:47 +02:00