1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 02:51:27 +00:00
Commit Graph

103 Commits

Author SHA1 Message Date
00be10cdbf Some fixes for compiler errors found on GCC/Linux 2015-06-07 03:24:51 -07:00
374b8b0531 Convert age names over to plString 2015-01-10 17:44:24 -05:00
ee0848ce30 Clean up string spin-washing in the Vault API 2015-01-10 17:44:22 -05:00
d78182037c Merge pull request #469 from Deledrius/clothingcrash
Fix crash when user tries to add a clothing item which doesn't exist.
2015-01-08 18:09:07 -08:00
3b983bca8e Convert vault tree printing to plString
After hacking the old to just barely use plString, I received some UTF-8
asserts. So, that seemed like a good excuse to convert the whole mess to
plString. Note that the output is now saved in VaultClient.log. This
should help with getting some of the chaos out of OLD_ASYNC_LOG.log
2015-01-02 22:50:27 -05:00
eb3680013e Fix crash when user tries to add a clothing item which doesn't exist.
We now check whether we got anything back from FindItemByName instead
of just handing off an empty item to AddItemsToCloset.
2014-11-03 09:32:09 -08:00
4450d87947 Move AniGraph classes from plAvatar -> plAnimation. 2014-10-23 19:52:35 -07:00
69bc106576 Merge pull request #407 from Deledrius/bink_removal_again
Bink Removal
2014-10-19 18:25:24 -04:00
9732a997c0 Removes remaining usage of Bink in main engine.
- Removes Bink headers.
- Remove usage of Bink movie layers in pfJournalBook (replacing it
  with plLayerAVI in the interim).
- Removes Bink cmake.

Conflicts:
	CMakeLists.txt
	Sources/Plasma/Apps/plClient/plClient.cpp
	Sources/Plasma/PubUtilLib/plPipeline/plBinkPlayer.h
2014-10-16 01:06:37 -07:00
827ea85af0 Remove some additional usless / unused junk 2014-08-09 12:28:20 -07:00
e36220cca5 Use std::min and std::max 2014-08-09 12:28:19 -07:00
a3ae4201a2 Template-ize hsTimer return values. 2014-06-28 18:14:26 -07:00
f578a42ab1 Merge pull request #423 from Hoikas/agesdl
Fix Age.SetSDL commands
2014-06-05 17:25:11 -04:00
1debf8180b Convert many of the now-deprecated plString::Format calls to plFormat 2014-05-28 18:10:24 -07:00
1a0420127c Provide some plFormat samples with floats/doubles 2014-05-27 18:31:06 -07:00
e08229e2e3 Fix Age.SetSDL commands...
- General code cleanups
- Don't send the entire SDL blob. This is wasteful.
- Actually update the doggone state immediately. Don't screw around!
2014-05-24 19:44:01 -04:00
4e35dbf528 Fix ConsoleTrigger memory leak 2014-05-03 16:24:58 -04:00
9724b8e17b Fix uninitalized pointer assumed to be null in Listener.XMode console command 2014-04-18 14:23:53 -07:00
ff13a26e8a Add better error handling to app.event console command 2014-04-18 14:23:43 -07:00
ef04cfcf84 Age Link info names => plString 2014-01-21 15:21:22 -08:00
7de24157a5 Avatar Clothing data => plString 2014-01-11 20:42:01 -08:00
4987b32574 pfBackdoorMsg => plString 2014-01-11 20:39:39 -08:00
82029b56ff pfGameGUIMsg => plString 2014-01-09 22:20:58 -08:00
a931c7ca33 Convert username in pyPlayer and pfKIMsg to a plString 2014-01-09 21:44:06 -08:00
b8d0b9ab8b Fix external release builds.
Due to a complicated set of circumstances, this was the problem that
caused console key input eating on Gehn. Always remember kids, ifdef
include hackery is teh ebils.
2013-12-29 17:45:38 -05:00
7c24bd67ce Remove older/crappier TakeScreenShot console cmds. 2013-12-11 19:44:50 -05:00
2d8d42759d Better Game.TakeScreenShot
The new version uses plCaptureRender, so we can take screenshots at any
size that DX can render to...
2013-12-11 19:44:47 -05:00
dd35878465 Begin killing off sprintf 2013-07-09 21:30:42 -04:00
294a398d29 Correct some issues with the pfConsole changes. 2013-02-20 21:33:35 -08:00
25407bf2ca Fix logic error. 2013-02-10 00:28:06 -08:00
c06cfd1449 Fix some warnings and some errors. 2013-02-10 00:14:10 -08:00
8f67596686 Merge pull request #275 from zrax/file-utils
Unify filesystem utilities
2013-01-22 16:27:26 -08:00
2c028c4b07 Remove hsFiles in favor of plFilesystem stuff 2013-01-21 14:48:32 -08:00
cc54fb07be Finish deprecation of pnUtPath 2013-01-21 14:48:31 -08:00
6e564476b7 Deprecate plFileUtils and parts of pnUtPath 2013-01-21 14:48:28 -08:00
f86b549293 Re-define nil as nullptr, cleaning up some potential issues along the way 2013-01-20 21:12:13 -08:00
1ce553ac80 Add plStatusLog to the list of converted interface, in order to fix my log output dir screw-up 2013-01-19 17:06:27 -08:00
6f6ade2636 Replace hsStream::Open duplicated methods everywhere with a single plFileName interface 2013-01-19 14:21:49 -08:00
2eb3648144 Merge pull request #251 from dpogue/plresmgr-strings
Convert plRegistryNode stuff to plString.
2013-01-07 21:59:09 -08:00
ad6b0bf3c8 Merge pull request #252 from dpogue/pljpeg
Move plJPEG into plGImage.
2013-01-05 21:10:57 -08:00
c77cb10c20 Move plJPEG into plGImage.
This matches what was done for plPNG.
2013-01-05 20:34:01 -08:00
4dd06d1e7e Convert plRegistryNode stuff to plString. 2013-01-05 20:21:33 -08:00
bc0d04da48 Deprecate and remove NEWZERO macro 2013-01-05 18:33:47 -08:00
fd8541e18d Get rid of GuidGenerate calls. 2013-01-04 21:01:14 -08:00
74e06e3984 Deprecate and remove hsStlSortUtils 2013-01-01 21:35:11 -08:00
8158a43dfe Fully remove hsStlUtils, as it is now completely unused 2013-01-01 21:35:11 -08:00
60021923a2 Deprecate and remove xtl::format in favor of plString::Format 2013-01-01 21:35:10 -08:00
f510b529f8 Remove unused headers from hsStlUtils.h (and push them downstream where needed)
Also fix a couple of plString and header issues identified by Paradox on GCC/Clang
2013-01-01 21:35:10 -08:00
d40e7a5ca5 Move file stuff back to plFile for gcc. 2013-01-01 21:05:32 -08:00
bb4d36e69d Remove windoze include from hsThread.h 2012-12-22 17:16:01 -05:00