Commit Graph

  • 64be911ec8 Increment version to 1.2-SNAPSHOT Mike Thomas 2011-01-14 19:44:16 +00:00
  • 62c3c2c31a Mark this as nenya v 1.1 Mike Thomas 2011-01-14 19:31:37 +00:00
  • 4ebd386e52 Use m2eclipse for Eclipse configuration Charlie Groves 2011-01-11 23:46:53 +00:00
  • 7c5debc5e3 Oops, remove spam Jamie Doornbos 2011-01-11 18:41:33 +00:00
  • 8324fb01b1 The Pattern.quote was not enough, a Matcher.quoteReplacement would also be required. However, we don't really need regular expressions here, so just use the literal "replace". Jamie Doornbos 2011-01-11 18:33:25 +00:00
  • 2ae8b60e2f Allow paths with backslashes Jamie Doornbos 2011-01-10 21:03:27 +00:00
  • 7ed7e5ad7d Added accessors for the position components. Andrzej Kapolka 2011-01-05 23:04:36 +00:00
  • c612491d16 Auld Lang Syne Dave Hoover 2011-01-01 05:03:45 +00:00
  • 48dbcf4f2c Make eclipse output to dist/classes Dave Hoover 2011-01-01 05:03:09 +00:00
  • f1ad37f799 Whitespace Dave Hoover 2011-01-01 05:03:08 +00:00
  • 96d7b697a3 Speeling Dave Hoover 2011-01-01 05:03:06 +00:00
  • aa7cef1891 We're depending on at least java 1.5 at this point. Dave Hoover 2011-01-01 05:03:05 +00:00
  • d984e1678c If we're going to go to all the trouble of having them pass in an argument, let's actually make use of it. Michael Bayne 2010-12-23 17:17:04 +00:00
  • 1af68f02ef Moved as- and tools-pom.xml into etc to match Narya. Michael Bayne 2010-12-09 23:12:00 +00:00
  • e0fe8bb850 Track source directory change in IDEA module file. Par Winzell 2010-12-07 16:46:14 +00:00
  • 2f7474f700 Path related fixes to make things work on Windows. Courtesy of Patrick @onyxbits.de. Michael Bayne 2010-12-07 01:06:11 +00:00
  • 2675720177 Nixing non-public repositories. Michael Bayne 2010-12-06 19:41:45 +00:00
  • f19b3d3776 We want Nenya (and co.) to be buildable to outside parties. The build server doesn't need this repo reference because it builds and installs snapshot versions of all of our libraries locally, so it will find them without going to external repositories. Michael Bayne 2010-12-06 19:41:22 +00:00
  • e2f2cfd7fa Sync up version number now that we've shipped a retroactive stable artifact. Michael Bayne 2010-12-02 18:24:07 +00:00
  • e271864399 A nenya-tools artifact, which incidentally does not depend on narya-tools. Nenya's tools mainly just need Apache Digester and the SAX XML writer. Michael Bayne 2010-12-02 18:22:55 +00:00
  • c7902aa0fa Have eclipse pull those from M2_REPO Dave Hoover 2010-11-28 07:47:01 +00:00
  • 8ae6035d68 How did these get set incorrectly? Michael Bayne 2010-11-25 21:51:45 +00:00
  • 26abce367c Moved src/as and src/ms into src/main along with their java brethren. Michael Bayne 2010-11-23 19:35:01 +00:00
  • de1d4fe492 Obtain as3isolib-f9 from ooo-maven as well. Michael Bayne 2010-11-19 23:06:26 +00:00
  • d72a29321c Created a public Maven repository at which to host our miscellaneous third party dependencies such that they are accessible to those not building behind the great firewall. Michael Bayne 2010-11-19 23:01:23 +00:00
  • ec46a82988 [maven-release-plugin] prepare for next development iteration Michael Bayne 2010-11-19 00:59:22 +00:00
  • 2d34a97b38 [maven-release-plugin] prepare release nenya-1.0 Michael Bayne 2010-11-19 00:59:11 +00:00
  • 0d4d9972ec Fiddlesticks. That SVN URL was wrong. Michael Bayne 2010-11-19 00:57:01 +00:00
  • c6fee5cefc Move to next snapshot release. Michael Bayne 2010-11-19 00:51:01 +00:00
  • 716cffd690 1.0 release for OOO repos. Michael Bayne 2010-11-19 00:41:04 +00:00
  • ca01a9f4a1 [maven-release-plugin] prepare for next development iteration Michael Bayne 2010-11-19 00:37:33 +00:00
  • 139281f926 [maven-release-plugin] prepare release nenya-1.0 Michael Bayne 2010-11-19 00:34:43 +00:00
  • d383538b0f Prepare for a stable Nenya release. Michael Bayne 2010-11-19 00:25:42 +00:00
  • f7ae2407f2 All of our depends now come from Maven. Michael Bayne 2010-11-19 00:11:43 +00:00
  • 2ae0c8f7b1 We need the OOO repository to obtain snapshot revisions. Also added LWJGL repository (maintained by yours truly) for LWJGL jars. Michael Bayne 2010-11-18 23:38:26 +00:00
  • 0b47a10c5d Now that third parties can actually build our ActionScript code, let's let them know how to do it. Michael Bayne 2010-11-18 21:17:54 +00:00
  • 0be3c77831 Also publish our ActionScript artifacts. Michael Bayne 2010-11-18 21:05:37 +00:00
  • a9ae743bea Obtain ActionScript dependencies via Maven (except as3isolib who don't even want to publish a swc let alone a Maven artifact). Michael Bayne 2010-11-18 21:03:15 +00:00
  • 466b429567 Standardize on M2_REPO. Par Winzell 2010-11-18 18:29:41 +00:00
  • e557b72593 Adapt to new paths, use MAVEN_REPOSITORY jars when suitable, introduce FLEX_DIR path variable, cope with IDEA's failure to handle modules exporting other modules during Flex compilation. Par Winzell 2010-11-18 18:11:54 +00:00
  • 174e97c9ad Build a unified jar file as well as our myriad wee ones. Michael Bayne 2010-11-18 05:51:55 +00:00
  • 28441b6246 Added maven-deploy target, cleaned up some old cruft. Michael Bayne 2010-11-18 05:49:47 +00:00
  • 3cc46b73f6 Finished wired up Maven build. Still no LWJGL, but we'll sort that out later. Michael Bayne 2010-11-18 04:24:03 +00:00
  • 63de3272d3 Similar asdoc fixes here, similarly in vain. Here we get a similarly nonsensical failure: Michael Bayne 2010-11-17 00:59:00 +00:00
  • 1689439a40 This one can actually come from M2_REPO. Michael Bayne 2010-11-16 23:46:04 +00:00
  • 75f14fe4c3 This might come in the form of a Maven dependency, so allow fow that. Michael Bayne 2010-11-16 23:10:17 +00:00
  • 4ce2d46976 - fix floorDiv to handle negative divisors correctly Mark Johnson 2010-11-13 00:50:16 +00:00
  • 85ca7f1c45 Made ClassRecord and ColorRecord comparable on name. Michael Bayne 2010-11-11 17:13:37 +00:00
  • f94d7c8d1a It looks like Vilya uses CastUtil, so we'll just make it slightly less hacky and put it back into the main codebase. Michael Bayne 2010-11-08 22:25:14 +00:00
  • 310ff1e3ba Moved CastUtil into tests, since it's test code. Added missing depend to miso-viewer build target. Michael Bayne 2010-11-08 22:16:01 +00:00
  • 07919e8a57 Added some commentary. Michael Bayne 2010-11-08 22:13:33 +00:00
  • 26d4b72520 Added an example colorization configuration, wired it into the Miso scene viewer, so now we have colorized pirates walking around the scene instead of weird red/purple ones. Michael Bayne 2010-11-08 22:04:22 +00:00
  • d2cc2c9331 Nixed distrib and snapshot targets. Added descriptions to all targets meant to be run from the command line. Michael Bayne 2010-11-08 21:40:48 +00:00
  • e503c8c11b Missed a spot. Michael Bayne 2010-11-08 21:27:52 +00:00
  • ad36949409 No longer needed. Michael Bayne 2010-11-08 21:14:14 +00:00
  • 445b4d4dbd Nixed remaining test cruft. Added "ant miso-viewer" target which runs the miso scene viewer. Michael Bayne 2010-11-08 21:13:17 +00:00
  • b5a547edf9 More test bits moving up to the top-level. Michael Bayne 2010-11-08 21:05:17 +00:00
  • 870af00cc3 Whitespace tweaks. Michael Bayne 2010-11-08 21:04:28 +00:00
  • 40ffbdad37 We want commons-digester 1.8. 2.0 apparently has moved on from supporting the functionality we need. Michael Bayne 2010-11-08 21:04:10 +00:00
  • b5f47287fe OMG tests that actually test something. (This coming from the reformed original author of the non-testing test.) Michael Bayne 2010-11-08 20:56:30 +00:00
  • 56a477f051 Depend on Narya 1.1 (which won't be synced to central for another half hour or so). Also let the commons-beanutils dependency in because we need that for our digester tasks. Michael Bayne 2010-11-08 19:45:29 +00:00
  • 906f69a392 Making tests work again. Next up will be fixing test failures. (Actually next up will be making the tests actually test something, and then fixing that when they break.) Michael Bayne 2010-11-08 19:44:11 +00:00
  • 2a61ecf169 Let's not call getTileCount() in toString() as that results in UniformTileSet getting its image and doing some math, which fucks us if we're working with bogus tilesets (which we do when testing). Michael Bayne 2010-11-08 19:42:34 +00:00
  • fbeba68787 More {@code} usage, whitespace tweaks. Michael Bayne 2010-11-08 19:41:52 +00:00
  • b1bca1f97f Fix eclipse project Tom Conkling 2010-11-08 19:22:49 +00:00
  • aacf7fab4b Yay for {@code}! Michael Bayne 2010-11-08 19:16:18 +00:00
  • 63a26726d1 Switched (partially) to Maven-based dependency resolution. Further work forthcoming to fix up the tests. Michael Bayne 2010-11-08 18:51:32 +00:00
  • f1a2fe5e81 Remove dependencies picked up from other projects Charlie Groves 2010-10-28 20:09:57 +00:00
  • 1d1ffa8004 Since samskivert no longer exports jars, we need to add some includes in various other projects' configs. Mike Thomas 2010-10-28 17:51:24 +00:00
  • e1ac0cea66 More dots! Michael Bayne 2010-10-24 03:44:38 +00:00
  • a181d13ce2 Need more dots! Michael Bayne 2010-10-24 03:43:49 +00:00
  • 12ba2038b2 Get our tools from narya.jar and its dependencies. Moved src/java into src/main/java. Prepared to move tests out into main project. Michael Bayne 2010-10-24 02:21:32 +00:00
  • 8bdd8e636f Need not match Mavenized version names. Michael Bayne 2010-10-24 01:38:53 +00:00
  • bc8b490d44 Use unified narya.jar Michael Bayne 2010-10-23 18:18:52 +00:00
  • 0412850797 Depend on preptools instead of DingIY. Michael Bayne 2010-10-22 19:21:25 +00:00
  • 96cb4bd2df Missed a spot. Michael Bayne 2010-10-22 16:52:28 +00:00
  • 64fe2ea656 JME is kind of an evolutionary dead end, so we're going to move all the JME code into the Bang project directly so as to confine the dependencies on JME libraries to the only thing that will ever need them. Michael Bayne 2010-10-22 16:50:32 +00:00
  • bc7fd397fb Update source headers to point to our new home. Dave Hoover 2010-10-18 19:02:13 +00:00
  • 0fd973adad Prune unused imports Dave Hoover 2010-10-15 22:57:33 +00:00
  • dae83d9c14 Update README with modern information Dave Hoover 2010-10-15 20:16:02 +00:00
  • 082bd4399b Whitespace Dave Hoover 2010-10-15 20:16:01 +00:00
  • b443c0e48c Let's not make a rectangle just to throw it away & remake it. Dave Hoover 2010-10-15 20:15:59 +00:00
  • 8df1d713f2 Speeling Dave Hoover 2010-10-15 20:15:58 +00:00
  • 74322e54a9 Wrong "its" Dave Hoover 2010-10-15 20:15:57 +00:00
  • 8b17ad25f5 Foreachify Dave Hoover 2010-10-15 20:15:54 +00:00
  • ab50182dcc We're going to need to publish this code somewhere. Michael Bayne 2010-10-14 18:13:47 +00:00
  • 7def63d087 It's even twistier than I thought, but I'm going to assume that the original logic did not take advantage of the fact that it was possible to fall through the second switch and not actually return anything and further fall through into supporting specialized or ignoring. If that really was going on, then this hairy mess needed to be cleaned up anyway and deserves to be a bug. Michael Bayne 2010-10-14 17:51:20 +00:00
  • 6eab62a3bd This logic is twisty. Michael Bayne 2010-10-14 17:46:58 +00:00
  • 471c7e9c29 We can't rely on overriding methods in SubtitleChatOverlay to customize them for a target system, because ComicChatOverlay already overrides SubtitleChatOverlay and we wouldn't want to go down the twisty roads of multiple inheritance even if we could. Michael Bayne 2010-10-14 17:35:20 +00:00
  • 981a0b458c Header fixes. Michael Bayne 2010-10-14 16:51:44 +00:00
  • d0d4b1a28f Factored the subtitle and comic chat stuff out of Yohoho. All completely untested. Whee! I thought I had gotten around to making a standalone avatar chat room based on the Vilya Stage code, and was hoping to add this there, but I guess I never did that. Michael Bayne 2010-10-14 16:49:41 +00:00
  • 9321b6159b No need to pass MessageManager to ChatDirector constructor. Need to export MessageManager in context. Michael Bayne 2010-10-14 16:04:27 +00:00
  • b740b66d0a Fix typo. Michael Bayne 2010-10-14 01:03:46 +00:00
  • 6c9e1243ab Get tools from narya-tools-full, but keep it out of our normal classpath. Michael Bayne 2010-10-14 01:00:19 +00:00
  • b5a19fc68d Add a convenience function for checking start color if you have the full colorPrint Mike Thomas 2010-10-08 18:56:17 +00:00
  • 7dda42a091 Factor out the painting of the actual tile so we can override this to do wacky stuff in subclasses. Mike Thomas 2010-09-27 22:32:40 +00:00
  • 0fea482c4c Wrong "its" Dave Hoover 2010-09-17 20:39:14 +00:00
  • 87919b5f6f Whitespace Dave Hoover 2010-09-17 20:39:13 +00:00
  • 178fa9db35 Let's not just arbitrarily ignore colorizations in this image provider. It's making the artists using test tiles in the editor sad. Mike Thomas 2010-09-15 01:13:22 +00:00
  • d59be4e7a3 IDEA module files. You'll need to name your SDK 'Flex SDK (player 9)' for these to work. I have eschewed modules exporting the modules they depend on forward; partly because this doesn't work right for Flex compilation anyway, and partly because we do explicit dependencies everywhere else, so why not here? Each module explicitly lists the libraries and modules on which it depends. Par Winzell 2010-09-09 17:24:01 +00:00