1
0
forked from mirrors/0ad
Commit Graph

1658 Commits

Author SHA1 Message Date
Acumen c84ea97601 Implemented first draft of Terrain Editor controls. Increased size of toolbar arrows on Philip's behalf. :)
This was SVN commit r1723.
2005-01-15 22:49:34 +00:00
Ykkrosh 551bef482a Prevented crash when loading non-existent maps
This was SVN commit r1721.
2005-01-15 17:20:51 +00:00
Acumen 4c3dea8a14 Just to prove I'm not dead (yet), made a little more progress on the cliff and water controls.
This was SVN commit r1720.
2005-01-14 23:24:36 +00:00
Ykkrosh 38b30e5eb4 Corrected ICC errors and some warnings. Removed some unnecessarily verbose logging. Did minor things.
This was SVN commit r1718.
2005-01-13 00:17:31 +00:00
Ykkrosh 4720a00f98 Made ScEd output entities into an XML file.
Added CStrW::utf8() (used by XMLWriter).

This was SVN commit r1716.
2005-01-12 14:31:47 +00:00
Ykkrosh 570e3c46d7 Flipped terrain alpha maps again
This was SVN commit r1715.
2005-01-12 13:20:57 +00:00
Wijitmaker 36718c1c7f Fixed a few of the noticable errors with Bobbo's latest commit.
This was SVN commit r1714.
2005-01-12 06:55:48 +00:00
Acumen cb63a8c901 A little of water and cliff painting controls.
This was SVN commit r1713.
2005-01-11 23:18:15 +00:00
Ykkrosh fc4a34d768 Nicer XML-writing system
This was SVN commit r1711.
2005-01-11 20:15:39 +00:00
Ykkrosh cc0acc8691 Fixed UTF-16 encoded file
This was SVN commit r1709.
2005-01-11 16:59:51 +00:00
Ykkrosh 15fcf8f054 Neatened some debug messages. Changed main.cpp so ScEd can use it. Fixed minor inconsistencies and warnings.
This was SVN commit r1708.
2005-01-11 16:58:16 +00:00
Ykkrosh 16a3ee4a4b Fixed fix, to correct precedence (as warned about by the friendly compiler ;-) )
This was SVN commit r1707.
2005-01-11 16:40:01 +00:00
Aeros 35262fae0b This was SVN commit r1706. 2005-01-11 01:28:00 +00:00
janwas 629e5999e0 vfs: fixed an apparently untested "quick change" to an assert that was triggering. boo!
This was SVN commit r1704.
2005-01-10 22:51:08 +00:00
Acumen 963c56e796 Finished first draft of Edit Elevation controls.
This was SVN commit r1703.
2005-01-10 22:39:53 +00:00
Ykkrosh a571688b1d Minor auto-builder fix
This was SVN commit r1702.
2005-01-10 22:21:56 +00:00
Ykkrosh 71a6caf3e7 Made ScEd actually compile (I hope)
This was SVN commit r1701.
2005-01-10 22:14:19 +00:00
Ykkrosh 75c714b8df Made ScEd compile more pleasantly
This was SVN commit r1700.
2005-01-10 22:13:18 +00:00
Ykkrosh 2ad77b16db Optimised a couple of functions to save ~1.5 secs when loading ScEd
This was SVN commit r1699.
2005-01-10 22:05:38 +00:00
Ykkrosh beaa16eeb8 Fixed actor DTD paths
This was SVN commit r1698.
2005-01-10 21:20:21 +00:00
Ykkrosh 3ae57e7b0d Inverted my accidental inversion of logic
This was SVN commit r1697.
2005-01-10 21:07:24 +00:00
janwas fba99c3414 vfs: fix mounting archive contents - now relative to mount point as it should.
added flags to vfs_mount that enable looking for archives and mounting
subdirectories (previously always done, but slow)
main: uses above flags when mounting

This was SVN commit r1695.
2005-01-10 18:44:41 +00:00
janwas e632c0ff1d zip: fix overrun when reading uncompressed data: truncate to output buffer size
vfs: fix archive file add routine: wasn't starting at mount point,
didn't handle files in archive root dir correctly

tex: add tex_is_known_fmt

lib: add ERR_TIMED_OUT

This was SVN commit r1693.
2005-01-10 13:42:10 +00:00
Acumen fd80bc2864 Made it so you could click the 0 A.D. logo in the corner in the Editor to return to the Main Menu, as requested by Jason.
This was SVN commit r1692.
2005-01-09 21:53:01 +00:00
Acumen 949801ad85 A little more Editor; stopping for lunch.
This was SVN commit r1691.
2005-01-09 15:39:51 +00:00
janwas 56949e6fc4 lib: add big endian readers; add VC intrinsic bswap routines
tex: improve flip / bgr convert (now generalized "transforms"); add
support for transforming image before encoding

wsdl: add SDL_ShowCursor, minimize when tasking out

main: WriteScreenshot improved, fixes flipped screenshots

This was SVN commit r1689.
2005-01-09 14:23:59 +00:00
Acumen 33051d0421 A little more progress on Editor, and some fixes to yesterday's commit (hopefully this won't affect Malte's work).
This was SVN commit r1688.
2005-01-09 13:24:02 +00:00
Ykkrosh bcaf63367b Removed some more files that weren't required.
This was SVN commit r1687.
2005-01-09 13:07:21 +00:00
Wijitmaker 5e86d5a75e Case fix Rider => rider for the prop point
This was SVN commit r1686.
2005-01-09 06:27:51 +00:00
Wijitmaker 242e9241ce Updating cavalry to use the new horses. Each civ uses is own horse color texture.
This was SVN commit r1685.
2005-01-09 06:09:37 +00:00
Wijitmaker e2939934d9 horse updates in the fauna
This was SVN commit r1684.
2005-01-09 06:11:04 +00:00
Wijitmaker 0657b788b3 new horse textures
This was SVN commit r1683.
2005-01-09 06:08:26 +00:00
Wijitmaker 02a8a4f26c New horse animations
This was SVN commit r1682.
2005-01-09 06:06:53 +00:00
Wijitmaker 58a337e000 new horse mesh
This was SVN commit r1681.
2005-01-09 06:06:05 +00:00
Acumen c7d2f13802 Removed some files that weren't required.
This was SVN commit r1678.
2005-01-09 00:46:53 +00:00
Wijitmaker d4e56d3f79 Corrected file names for props
This was SVN commit r1677.
2005-01-09 00:43:31 +00:00
Wijitmaker 00f83b5495 deleting improperly named prop files
This was SVN commit r1676.
2005-01-09 00:40:20 +00:00
Aeros a596d87dab This was SVN commit r1675. 2005-01-09 00:04:14 +00:00
Ykkrosh d56ae48aa1 Made the archive builder guess its location more correctly
This was SVN commit r1674.
2005-01-08 18:32:21 +00:00
Acumen fc4a8c3206 A little more work on the Map Creator GUI of the Editor, which is slightly broken and I'll continue with it after Malte's done his update.
This was SVN commit r1673.
2005-01-08 18:25:09 +00:00
Mythos_Ruler 31a0f97302 added mountains_galore.pmp
added      mountains_night.pmp

This was SVN commit r1672.
2005-01-08 17:56:57 +00:00
Wijitmaker ebb50bfddb Fix for the sign that is way off in the distance.
This was SVN commit r1671.
2005-01-08 17:26:33 +00:00
Wijitmaker 3ae97143ba Fix those persian icon sheets that I somehow bungled up earlier this week.
This was SVN commit r1670.
2005-01-08 07:59:28 +00:00
Ykkrosh 37d2d83a9d Adjusted things to work with the new top-down orientation
This was SVN commit r1668.
2005-01-07 14:10:14 +00:00
janwas 8633123520 default orientation is now top-down to match Photoshop DDS plugin (thanks, Philip!)
This was SVN commit r1667.
2005-01-07 13:48:49 +00:00
janwas 016bd1dc5e add delayload entry for the (now dynamic) libjpg
This was SVN commit r1664.
2005-01-07 12:41:55 +00:00
janwas 974292c5b7 forgot to add yesterday :/
I/O plugin for libjpg that reads from memory

This was SVN commit r1661.
2005-01-07 11:13:20 +00:00
janwas dd3a0dd657 tex:
- complete+document+fix texture orientation code
- add JPG codec
- file extension check bugfix: now case-insensitive
also some general cleanup.

This was SVN commit r1660.
2005-01-07 02:00:14 +00:00
janwas c5de965814 wsdl:
- add SDL_WaitEvent
- fixed evil bug due to incorrect interpretation of
PIXELFORMATDESCRIPTOR.cColorBits (destabilized ATI drivers)
- remove ps/ dependency in "screenshot" key hook
- fix bug in gamma functions
- remove asm trampolines, replace with plain inline calls (efficiency <
safety)
- SDL thread calls implemented in terms of POSIX functions

This was SVN commit r1659.
2005-01-07 01:25:10 +00:00
janwas f503a1f4e7 handle.h: include guard
vfs: path_append and exact-case handling bugfixes

wtime: added FILETIME->time_t conversion; small improvements

This was SVN commit r1658.
2005-01-07 01:16:43 +00:00