2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00
Commit Graph

813 Commits

Author SHA1 Message Date
21afed6853 Syntax fixes for NucleusLib. 2011-07-24 14:55:58 -07:00
f2d5e54810 Syntax fixes for CoreLib. 2011-07-24 14:48:53 -07:00
f094b0274c Merge pull request #52 from dpogue/soundbuffer
Use hsThread for SoundBuffer preloading.
2011-07-23 15:43:18 -07:00
88f594bc11 Tidy up some loops over the queue. 2011-07-23 14:50:06 -07:00
93adfa9c7d :%s/^I/ /ge 2011-07-23 14:31:37 -07:00
c699ae8ab6 Use hsThread for SoundBuffer preloading. 2011-07-23 14:31:37 -07:00
90223e723e Update README.
Add running instructions.
Update build requirements.
Clarify build instructions (from GoW wiki).
2011-07-23 14:08:26 -07:00
24618b07d2 Merge pull request #58 from cwalther/plClient_Resources-3
Skip the Thumbs.db files that Windows likes to add
2011-07-23 14:05:45 -07:00
99dc486c39 Merge pull request #56 from branan/plClient_Resources
Improved plClient resources.
2011-07-23 14:04:37 -07:00
a06ed447df Ignore empty resource items in plClientResMgr list on destruction. 2011-07-21 11:57:34 -07:00
5052c7168a Merge pull request #57 from cwalther/plClientResMgr-2
Cope with unknown resource name extensions
2011-07-21 11:57:07 -07:00
be3a8fa3c7 Skip the Thumbs.db files that Windows likes to add. 2011-07-21 09:45:49 +02:00
69173994e6 Cope with unknown resource name extensions.
(E.g. a mistakenly included Thumbs.db)
2011-07-21 09:44:21 +02:00
aa7d9a08ca Fix improperly calculated window size in initial Windowed mode. 2011-07-20 23:50:55 -07:00
e5db4e166e Improve detail rendition (in particular of thin lines) on the cursors
by rendering them at higher resolution and then running them through a
gamma-aware down-scaling algorithm.
2011-07-20 23:48:44 -07:00
b691edeec1 Higher-quality cursors with a shadow to make them visible on light backgrounds.
Same look as in 760606d except for the linking book, which got a slight
curvature on the pages (inspired by Deledrius' one, 99bda8c).

The SVG is hand-tweaked to work around some differences in rendering between
rsvg and Inkscape. I hope editing it in Inkscape again won't break the tweaks,
check the diff closely if you do!

Effects (blurred shadows) appear to be clipped to the SVG viewport by rsvg,
which is why drawing the whole SVG shifted for the book cursors no longer
works and we shift individual layers inside the SVG instead.
2011-07-20 23:48:44 -07:00
36b7513aa1 Merge pull request #51 from Deledrius/plClient_Resources
plClient Resources

Also closes #49 and closes #50
2011-07-20 23:46:24 -07:00
9dbb5ab235 Changed font for UPDATING text image to match original. 2011-07-20 23:44:26 -07:00
ac77d5db19 Fix rotation to match original clockwise direction.
Cyan's resources were loaded into the array in reverse order,
requiring the images to appear count-clockwise.  This is no
longer the case, as the array is now built in frame order.
2011-07-20 23:44:25 -07:00
613ceada9a Add automatic creation of external plClient resources. 2011-07-20 23:44:23 -07:00
ea355dc97b Normalize cursor resource names. 2011-07-20 23:40:01 -07:00
186cf5f621 Cleanup of additional unnecessary resources and dependencies. 2011-07-20 23:40:00 -07:00
c5cfe9373b Remove embedded-resource code. 2011-07-20 23:39:59 -07:00
6d2ce47b37 Add support for external resource Linking and Update text. 2011-07-20 23:39:58 -07:00
b4422d2e95 Remove unnecessary resources. 2011-07-20 23:39:56 -07:00
3027e0605c Refactor plPlates CreateResource function names.
Add support for external resource Cursors.
Add support for external resource Progress Linking Book.
Add support for external resource Voice Chat indicators.
2011-07-20 23:39:55 -07:00
1bdbf0a790 Add functions to load a specified resource from the plClientResMgr onto a plate. 2011-07-20 23:39:54 -07:00
2d409a27ed Add new plClientResMgr for graphic resources external to client executable. 2011-07-20 23:39:53 -07:00
090c950c74 Fix for plPNG::IRead improperly handling 24-bit RGB and non-transparent paletted images. 2011-07-20 23:18:05 -07:00
3fa99eb673 Fix for plPNG::IRead not reading final end block of image. 2011-07-20 23:18:04 -07:00
b84bb5da99 Add Python function and glue for PNG saving. 2011-07-20 23:18:03 -07:00
555b0d94b2 AStyle formatting fixes. 2011-07-20 23:18:01 -07:00
e08ed20947 Add PNG write support to plPNG. 2011-07-20 23:18:00 -07:00
4f8ac12d40 Add PNG read support to plPNG. 2011-07-20 23:17:59 -07:00
3f562e65d8 Add libPNG support stubs. 2011-07-20 23:17:58 -07:00
0f1b397d16 Fix for crash caused by Objects without a name when running localized. 2011-07-14 19:17:59 -07:00
5d48936354 Remove unused Windows-registry-specific SetDefaultLanguage(). 2011-07-14 14:04:15 -07:00
8f8fbb9dac Add support for general.ini settings file. 2011-07-14 13:50:42 -07:00
a65d085ae9 Enable App.SetLanguage console command. 2011-07-14 13:50:06 -07:00
b08b28ea74 Merge pull request #54 from Deledrius/nocursorclip
Fix for application-exclusive cursor
2011-07-12 21:15:25 -07:00
6a1db0a223 Removed ClipCursor which prevented cursor from leaving client window.
Disabled cursor being re-centered during progress screen.
2011-07-10 19:10:51 -07:00
8fd2ab129b Merge pull request #47 from cwalther/Plasma
---

The attached commit changes the fSecs field of plUnifiedTime from UInt32 to time_t. This fixes various date formatting problems, e.g. missing log timestamps or output of the Net.GetServerTime console command, when building on a system where time_t is 64-bit (e.g. Visual Studio 2010, and possibly also 2008, though I didn’t test that), 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.

Avoiding unnecessary back-and-forth type conversions makes the change ripple out into several other files. Changes have been tested as far as I easily could, and introduce no new compiler warnings.

The minimal-invasive way of fixing only the date formatting, should you prefer that, is in branch [cwalther:timet-minimal](https://github.com/cwalther/Plasma/branches/timet-minimal) (9b54fb05c9471c1b3317a5f8ed6cd4c11977e9e1).
2011-06-18 23:38:42 -07:00
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.
2011-06-18 20:45:17 +02:00
569f6aa101 Merge pull request #46 from cwalther/master
Display Cursors Pixel-by-Pixel

Also confirmed to work as expected by Hoikas
2011-06-13 15:55:27 -07:00
e24e6abeb1 Merge cursor alignment fixes into master.
--HG--
rename : MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plInputCore/plInputDevice.cpp => Sources/Plasma/PubUtilLib/plInputCore/plInputDevice.cpp
rename : MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plPipeline/plDXPipeline.cpp => Sources/Plasma/PubUtilLib/plPipeline/plDXPipeline.cpp
rename : MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plPipeline/plPlates.h => Sources/Plasma/PubUtilLib/plPipeline/plPlates.h
2011-06-13 11:31:21 +02:00
3aa556bdf9 Merge pull request #44 from Hoikas/rt_unicode
PtSendRTChat unicode support
2011-06-12 21:00:56 -07:00
03d1043c81 Fix for when Python gives us strings that aren't null terminated 2011-06-12 01:15:41 -04:00
99507d9e95 PtSendRTChat now accepts a unicode object 2011-06-11 23:39:20 -04:00
a29a7deda0 Use unicode for key events despite the fact that our current Plasma20 fonts only support latin-1 2011-06-11 17:58:18 -07:00
13147affed Merge pull request #43 from branan/python_packages
Python packages
2011-06-11 17:40:23 -07:00