Michael Hansen
40d5e2e867
Fix some noteworthy warnings (mostly hsBool->bool incompatibility) and missing headers
12 years ago
Adam Johnson
a709e17069
Obliterate hsBool
12 years ago
Adam Johnson
f0af98b0a7
Toss lots of custom CString code
...
We already have a C standard library, so let's not reimplement it.
12 years ago
Adam Johnson
5d30f69957
Fix max plugin compile
...
Always include HeadSpin.h before Max.h--Max.h brings in Winsocks 1, for
some reason. This creates symbol clash hell.
12 years ago
Darryl Pogue
f38682882b
Kill pnUtilsExe.
13 years ago
Adam Johnson
5f99e20af8
Toss pnAddrInfo (one less project!)
13 years ago
Adam Johnson
a786775229
Remove obsolete tools (Migration, plDatMerger, etc)
13 years ago
Adam Johnson
95e1fe34b8
Remove unused dead weight CSR and SimpleNet code
13 years ago
Adam Johnson
5fa14466c8
Eradicate pfStackTrace
13 years ago
Adam Johnson
0b29b4c765
Fix PlasmaMAX compile
13 years ago
Darryl Pogue
d8d6b0b377
Remove some lingering pnIni references.
13 years ago
Darryl Pogue
7a5d61f7c8
Move plRandom into pnEncryption.
...
--HG--
rename : Sources/Plasma/PubUtilLib/plMath/plRandom.h => Sources/Plasma/NucleusLib/pnEncryption/plRandom.h
13 years ago
Darryl Pogue
404cd09f1c
Move plEncryption to pnEncryption.
...
--HG--
rename : Sources/Plasma/PubUtilLib/plEncryption/plChecksum.cpp => Sources/Plasma/NucleusLib/pnEncryption/plChecksum.cpp
rename : Sources/Plasma/PubUtilLib/plEncryption/plChecksum.h => Sources/Plasma/NucleusLib/pnEncryption/plChecksum.h
13 years ago
Michael Hansen
be4b0732d5
Fix string usage that was broken from enabling the Max plugin build
13 years ago
Darryl Pogue
d39a8ab298
Fix some minGW bugs.
13 years ago
Michael Hansen
e34414889f
Convert plUoid's object name to a plString
13 years ago
Adam Johnson
4bf0c485ce
Fix #121 by removing axfres.h include
13 years ago
Michael Hansen
442a733fbb
Add more temporary hack macros to help speed up conversion and testing
13 years ago
Adam Johnson
91fc595407
Completely kill off CoreLibExe
13 years ago
Darryl Pogue
12ac9a79be
Remove TRACKED_NEW from tools.
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
Branan Purvine-Riley
7500c9f992
Import plLocalizationEditor
13 years ago
Florian Meissner
9aab9fbc22
Compile plFontConverter if Freetype available
13 years ago
branan
4e24d9d927
Fix MaxPlasmaLights for max 2012
...
closes #97
13 years ago
Branan Purvine-Riley
220c05e825
Fix cmake file for removed header
13 years ago
Branan Purvine-Riley
b9b72e060a
Get rid of refereces to obsolete PB
13 years ago
Branan Purvine-Riley
f3889a3a44
Don't build files that are #included in other files
13 years ago
Branan Purvine-Riley
50b454c276
Move the export action to the Plasma menu on modern max versions
13 years ago
Branan Purvine-Riley
f3c787c1dc
Fixes for building on max2012
13 years ago
Darryl Pogue
c3c67c0a65
Fix plClient, MaxMain, and MaxPlasmaLights.
13 years ago
Joseph Davies
32218c36ad
Update Max plugin for renamed endian functions.
13 years ago
Branan Purvine-Riley
0af3d1877d
Fix a few type issues due to typedef updates
13 years ago
Branan Purvine-Riley
9f0730fca9
Remove stale includes in MaxComponent
13 years ago
CyanWorlds
eb2767a5f7
Open source re-licensing
13 years ago
Adam Johnson
7de47524b2
Output executables and the max plugins to the bin directory because 5 levels of nesting sucks.
13 years ago
diafero
adc3653296
fix relative includes in PubUtilLib, move them up to where they belong, remvoe some unused files
13 years ago
diafero
c9beab27c6
avoid relative includes
13 years ago
diafero
27dc2ecc71
fix the source groups in plResBrowser
13 years ago
diafero
46498d1f64
fix plResBrowser crash on file open
13 years ago
diafero
a8dec86847
make plResBrowser compile without afxres.h (for VS Express)
13 years ago
diafero
6a8a77e3ff
make plResBrowser compile
13 years ago
Matt Richards
7a08b715c8
Fixes the 3DSMax plugins
13 years ago
Matt Richards
114e4db90c
add plResBrowser
13 years ago
Adam Johnson
325953eee5
Compile fixes for PlasmaMAX
13 years ago
Adam Johnson
2bbf1f77f3
Change the Max Plugin defines so that CWaveFile is still available
14 years ago
Darryl Pogue
e218cab8f4
Fix linking against winmm.lib for MaxMain.
14 years ago
Adam Johnson
c76c39b277
Fix all of those stupid PlasmaMax purecalls on exit
14 years ago