Changeset 23e7f86cd7efb57d7586809a1db5aa31be3cfc6f
- Timestamp:
- 08/05/07 13:56:01 (1 year ago)
- git-parent:
- Files:
-
- db/tables/buildings.sql (modified) (1 diff)
- db/updates.xml (modified) (1 diff)
- src/net/driftingsouls/ds2/server/bases/Forschungszentrum.java (deleted)
- src/net/driftingsouls/ds2/server/bases/ForschungszentrumBuilding.java (added)
- web/WEB-INF/cfg/hibernatemappings.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
db/tables/buildings.sql
re35d2b9 r23e7f86 38 38 INSERT INTO `buildings` (`id`, `name`, `picture`, `buildcosts`, `consumes`, `produces`, `arbeiter`, `ever`, `eprodu`, `bewohner`, `techreq`, `eps`, `perplanet`, `perowner`, `category`, `ucomplex`, `deakable`, `module`) VALUES (15, 'Chippresse', 'data/buildings/chippresse.png', '0,0,50,100,0,0,100,100,100,50,0,0,0,0,0,0,0,0,', '0,0,6,4,0,0,2,14,6,1,0,0,0,0,0,0,0,0,', '0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,', 80, 80, 0, 0, 8, 0, 0, 0, 3, 0, 1, 'net.driftingsouls.ds2.server.bases.DefaultBuilding'); 39 39 INSERT INTO `buildings` (`id`, `name`, `picture`, `buildcosts`, `consumes`, `produces`, `arbeiter`, `ever`, `eprodu`, `bewohner`, `techreq`, `eps`, `perplanet`, `perowner`, `category`, `ucomplex`, `deakable`, `module`) VALUES (16, 'Titanveredler', 'data/buildings/titanv.png', '0,0,50,70,0,0,0,20,20,0,0,0,0,0,0,0,0,0,', '0,0,0,8,0,0,0,6,0,0,0,0,0,0,0,0,0,0,', '0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,', 30, 8, 0, 0, 3, 0, 0, 0, 2, 0, 1, 'net.driftingsouls.ds2.server.bases.DefaultBuilding'); 40 INSERT INTO `buildings` (`id`, `name`, `picture`, `buildcosts`, `consumes`, `produces`, `arbeiter`, `ever`, `eprodu`, `bewohner`, `techreq`, `eps`, `perplanet`, `perowner`, `category`, `ucomplex`, `deakable`, `module`) VALUES (17, 'Forschungszentrum', 'data/buildings/fz.png', '0,0,300,200,0,0,0,150,150,0,0,0,0,0,0,0,0,0,', '0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,', '0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,', 0, 0, 0, 0, 0, 0, 1, 0, 4, 0, 0, 'net.driftingsouls.ds2.server.bases.Forschungszentrum ');40 INSERT INTO `buildings` (`id`, `name`, `picture`, `buildcosts`, `consumes`, `produces`, `arbeiter`, `ever`, `eprodu`, `bewohner`, `techreq`, `eps`, `perplanet`, `perowner`, `category`, `ucomplex`, `deakable`, `module`) VALUES (17, 'Forschungszentrum', 'data/buildings/fz.png', '0,0,300,200,0,0,0,150,150,0,0,0,0,0,0,0,0,0,', '0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,', '0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,', 0, 0, 0, 0, 0, 0, 1, 0, 4, 0, 0, 'net.driftingsouls.ds2.server.bases.ForschungszentrumBuilding'); 41 41 INSERT INTO `buildings` (`id`, `name`, `picture`, `buildcosts`, `consumes`, `produces`, `arbeiter`, `ever`, `eprodu`, `bewohner`, `techreq`, `eps`, `perplanet`, `perowner`, `category`, `ucomplex`, `deakable`, `module`) VALUES (18, 'Flottenakademie', 'data/buildings/akademie.png', '0,0,200,100,0,0,50,50,50,0,0,0,0,0,0,0,0,0,', '0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,', '0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,', 0, 0, 0, 0, 21, 0, 1, 0, 4, 0, 0, 'net.driftingsouls.ds2.server.bases.AcademyBuilding'); 42 42 INSERT INTO `buildings` (`id`, `name`, `picture`, `buildcosts`, `consumes`, `produces`, `arbeiter`, `ever`, `eprodu`, `bewohner`, `techreq`, `eps`, `perplanet`, `perowner`, `category`, `ucomplex`, `deakable`, `module`) VALUES (19, 'Adamatiumveredler', 'data/buildings/xentv.png', '0,0,80,60,0,0,30,30,40,0,0,0,0,0,0,0,0,0,', '0,0,0,4,0,0,3,2,1,0,0,0,0,0,0,0,0,0,', '0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,', 60, 14, 0, 0, 9, 0, 0, 0, 2, 0, 1, 'net.driftingsouls.ds2.server.bases.DefaultBuilding'); db/updates.xml
rf82584a r23e7f86 364 364 ALTER TABLE tradepost_buy_limit ADD CONSTRAINT tradepost_buy_limit_fk_ships FOREIGN KEY (shipid) REFERENCES ships(id); 365 365 ]]></update> 366 <update type="data" datum="2007-08-05"><![CDATA[ 367 UPDATE buildings SET module='net.driftingsouls.ds2.server.bases.ForschungszentrumBuilding' WHERE module='net.driftingsouls.ds2.server.bases.Forschungszentrum'; 368 ]]></update> 366 369 </updates> web/WEB-INF/cfg/hibernatemappings.xml
rf82584a r23e7f86 18 18 <mapping class="net.driftingsouls.ds2.server.bases.DefaultBuilding" /> 19 19 <mapping class="net.driftingsouls.ds2.server.bases.AcademyBuilding" /> 20 <mapping class="net.driftingsouls.ds2.server.bases.Forschungszentrum " />20 <mapping class="net.driftingsouls.ds2.server.bases.ForschungszentrumBuilding" /> 21 21 <mapping class="net.driftingsouls.ds2.server.bases.Kommandozentrale" /> 22 22 <mapping class="net.driftingsouls.ds2.server.bases.Waffenfabrik" />
