summaryrefslogtreecommitdiff
path: root/src/com/replica/replicaisland/DrawableFactory.java
diff options
context:
space:
mode:
authorsm0a9f4 <sm0a9f4@1dde52a2-2b62-11df-8484-2f92f965d510>2010-04-02 17:29:14 +0000
committersm0a9f4 <sm0a9f4@1dde52a2-2b62-11df-8484-2f92f965d510>2010-04-02 17:29:14 +0000
commit3c1e67e433728684b5f228c5d4f3e5b1457bb271 (patch)
tree5028242fc17648eadbb8f4d0224952da1159f9b3 /src/com/replica/replicaisland/DrawableFactory.java
parent661a7f102c1d996e7391e01e679cf49d4e8695e7 (diff)
downloadreplicaisland-3c1e67e433728684b5f228c5d4f3e5b1457bb271.tar.gz
- Stop using VBOs when rendering with software (no speed improvement, and there are bugs in 1.5 and 1.6 software renderers related to freeing VBOs). This should fix the Cliq and other non-accelerated platforms.
- Fix Memory #034 to restore missing spike tiles. Also move a gem to make that level a little easier. - Add configurable keyboard setup UI, push configured keys through to game thread. - Add tilt sensitivity slider UI, hook up to game thread - Add "what's new" ticker to main menu - Fix Kabocha spelling error - Fix out-dated or missing copyright headers (Eclipse seems to have automagically removed a bunch of them--thanks eclipse!) git-svn-id: http://replicaisland.googlecode.com/svn/trunk@4 1dde52a2-2b62-11df-8484-2f92f965d510
Diffstat (limited to 'src/com/replica/replicaisland/DrawableFactory.java')
-rw-r--r--src/com/replica/replicaisland/DrawableFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/replica/replicaisland/DrawableFactory.java b/src/com/replica/replicaisland/DrawableFactory.java
index b9a33dc..7c2f14c 100644
--- a/src/com/replica/replicaisland/DrawableFactory.java
+++ b/src/com/replica/replicaisland/DrawableFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 The Android Open Source Project
+ * Copyright (C) 2010 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.