Darryl Pogue
5013a978eb
Get rid of NEW(), TRACKED_NEW, and ZERO().
13 years ago
Darryl Pogue
6cdcf6a95e
Get rid of most _alloca use and remove ALLOCA().
13 years ago
Darryl Pogue
8a3f0cfd5b
Get rid of DEL() and FREE() macros.
...
Part of CoreLibExe must die.
13 years ago
Adam Johnson
be26b145df
HeadSpin.h is now the core header.
...
Rearrange some things so such that low-level CoreLib headers aren't quite
so crazy. For higher level stuff, you still need to include the
appropriate header.
13 years ago
Adam Johnson
2f53a10fb6
Convert hsConfig defines to cmake -- fixes #93
13 years ago
Adam Johnson
e020651e4b
Eliminate hsScalar and hsFixed
...
Modern CPUs support floats just fine... hsFixed was crazy.
13 years ago
Adam Johnson
5027b5a4ac
Convert custom HeadSpin integer types to standard types from stdint.h
13 years ago
Adam Johnson
b4e1dc352e
Fix player and CGZ marker games
13 years ago
Adam Johnson
ec0aecd202
Make pyVault::RegisterOwnedAge a blocking operation
13 years ago
Adam Johnson
f45679a54f
Make pyVault::AddChronicleEntry a blocking operation to avoid a race
...
condition
13 years ago
Adam Johnson
d7fa8cb613
Implement new pfSecurePreloader
...
- Fetches a "SecurePreloader" manifest from the FileSrv, allowing gzipped
python packages
- Save data to the disk for future game launches. We only update if we
detect what we loaded into memory doesn't match what the server has.
- Falls back to downloading Python\*.pak and SDL\*.pak from the AuthSrv if
the "SecurePreloader" manifest is not found.
13 years ago
Darryl Pogue
afe67786e1
Move Base64 util into pfConsoleCore.
13 years ago
Darryl Pogue
a743da47fb
Some fixes from mingw.
13 years ago
Darryl Pogue
4420e210c1
ifdef out pretty much all of plLayerAVI.
13 years ago
Darryl Pogue
89e42ed361
Move plCreatableUUID somewhere less annoying.
13 years ago
Darryl Pogue
48d723462c
Fixes for compiler errors in pfAnimation.
13 years ago
Joseph Davies
29de5fbc07
Remove unused platform code (MacOS9, PS2, XBox).
13 years ago
Darryl Pogue
8a28ba9e89
Move plUUID to pnUUID.
...
--HG--
rename : Sources/Plasma/PubUtilLib/plUUID/plUUID.cpp => Sources/Plasma/NucleusLib/pnUUID/pnUUID.cpp
rename : Sources/Plasma/PubUtilLib/plUUID/plUUID.h => Sources/Plasma/NucleusLib/pnUUID/pnUUID.h
rename : Sources/Plasma/PubUtilLib/plUUID/plUUID_Unix.cpp => Sources/Plasma/NucleusLib/pnUUID/pnUUID_Unix.cpp
rename : Sources/Plasma/PubUtilLib/plUUID/plUUID_Win32.cpp => Sources/Plasma/NucleusLib/pnUUID/pnUUID_Win32.cpp
13 years ago
Darryl Pogue
de9d463563
Semi-hack to CMake to ignore DirectX on Linux.
13 years ago
Joseph Davies
e462ef04b3
Fix Endian functions names in hsTypes and hsStream.
...
Function and macro names for endianness were previously vague,
and on big-endian systems entirely misleading. The names are
now properly descriptive of what they actually do.
13 years ago
CyanWorlds
eb2767a5f7
Open source re-licensing
13 years ago
Adam Johnson
da1ca0d91c
Fix the bugs I introduced by accidentally merging my own pull request.
13 years ago
Adam Johnson
a75220a409
Include the vkey code with the key character
13 years ago
Adam Johnson
e3c65ac817
Separate KeyEvents and KeyPresses
13 years ago
Michael Hansen
6ec190f526
This should have been reviewed better
13 years ago
Florian Meissner
8512049ca8
Allow pfJournalBook to load png files from local path (internal)
13 years ago
Darryl Pogue
8a6117358b
Various string/printf fixes.
13 years ago
Darryl Pogue
24ab78b3f3
Fix Python key map.
13 years ago
Darryl Pogue
d0d12d24c6
Const strings for Python function names.
13 years ago
Darryl Pogue
b995b407d5
MinGW fixes for pfLocalizationMgr.
13 years ago
Darryl Pogue
fd71861316
String fixes for the Console stuff.
13 years ago
Darryl Pogue
c4bf08d177
Simple FeatureLib fixes.
13 years ago
diafero
3f1fb41c2b
get rid of unused hard-coded URLs
13 years ago
Michael Hansen
4b7c744119
Fix compatibility with Python 2.3
13 years ago
Darryl Pogue
e6a625674f
Syntax fixes for FeatureLib.
13 years ago
Joseph Davies
b84bb5da99
Add Python function and glue for PNG saving.
13 years ago
Joseph Davies
a65d085ae9
Enable App.SetLanguage console command.
13 years ago
Christian Walther
9adb8efd5d
Change the fSecs field of plUnifiedTime from UInt32 to time_t.
...
This fixes various date formatting problems when building on a system where time_t is 64-bit (e.g. Visual Studio 2010), and, as a bonus, extends the range past 2038 on such systems.
The wire protocol is left at 32-bit for now, we might change that to 64 when other reasons to break compatibility have accumulated.
14 years ago
Adam Johnson
03d1043c81
Fix for when Python gives us strings that aren't null terminated
14 years ago
Adam Johnson
99507d9e95
PtSendRTChat now accepts a unicode object
14 years ago
Adam Johnson
a29a7deda0
Use unicode for key events despite the fact that our current Plasma20 fonts only support latin-1
14 years ago
Branan Purvine-Riley
c5ceb00cbd
Add package import support to our PEP 302 hook
14 years ago
Adam Johnson
139833e87a
Fix an aspect ratio assumption
14 years ago
Bartek Bok
8271ba40d9
Bypass overeager optimization
14 years ago
Bartek Bok
eab59fca2d
Fix for ptMatrix44 getData and setData
14 years ago
philippelatulippe
ccbedc6306
Fix read of unitialized variable if a GUI element is not found.
14 years ago
Adam Johnson
b10b464070
Don't need to INCREF when we're only holding for the duration of the function
14 years ago
Adam Johnson
243613a56a
PEP 302 import hooks for python.pak and a Py_MARSHAL_VERSION fix
14 years ago
Branan Purvine-Riley
aeff8224b2
modernize python initialization
14 years ago
Adam Johnson
799a3d13b4
Remove UInts from the heap in the callback code
14 years ago