summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [FIX] Packets getting fleshed outBen Boeckel2008-11-015-15/+100
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@290 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Code for challenge-based login completeBen Boeckel2008-11-0114-12/+571
| | | | | | | | [FIX] Protocol is getting started [FIX] Removed the kdegames dependency until it's actually here [FIX] Using QCA2 for hashing git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@289 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Server is better formedBen Boeckel2008-10-313-31/+80
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@288 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Using Q_UNUSED instead of commenting out parameter namesBen Boeckel2008-10-3122-43/+75
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@287 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Adding subdirectories is done smarter now (no hard dependencies just ↵Ben Boeckel2008-10-315-52/+114
| | | | | | | | | | to build sigmod) [FIX] Added kdegames dependency because it is going to be used in signet [FIX] Config values now have flags git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@286 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Loading and Saving of variables are now global functions rather than ↵Ben Boeckel2008-10-182-31/+28
| | | | | | methods git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@285 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] NSIS script updatedBen Boeckel2008-10-172-4/+51
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@284 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Cross compiles againBen Boeckel2008-10-175-1/+13
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@283 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] qmake build files caught upBen Boeckel2008-10-175-10/+48
| | | | | | [FIX] spec file updated git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@282 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Moved Hat, Fraction, Matrix, and Script to sigcoreBen Boeckel2008-10-17133-447/+601
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@281 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Added more comparison operators to FractionBen Boeckel2008-10-174-51/+55
| | | | | | [FIX] mid and setMid in Matrix replaced with addMask git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@280 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Signature is fixed in SigscriptBen Boeckel2008-10-1638-114/+156
| | | | | | [FIX] Hat cleaned up a bit git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@279 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Sprite no longer stores a QImage, but a QByteArrayBen Boeckel2008-10-1318-98/+203
| | | | | | [FIX] Preparing for move to a collaged map instead of a tiled map git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@278 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Removed LaTeX building from .pro filesBen Boeckel2008-10-134-19/+11
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@277 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Now using KDE4_* macros in CMakeBen Boeckel2008-10-1317-397/+364
| | | | | | | [FIX] The LaTeX is outdated, removing [FIX] Split up TypechartModel and TilemapModel into header and source git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@276 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Fleshing out Signet moreBen Boeckel2008-10-1213-111/+151
| | | | | | [DEL] Unused top-level directories git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@275 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Still figuring out things for signetBen Boeckel2008-10-1216-63/+460
| | | | | | [ADD] Files for signet git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@274 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Reordered sections in class declarationsBen Boeckel2008-10-1141-218/+579
| | | | | | | [FIX] Using QSet rather than QList for players [ADD] Started signet library (compilation fails) git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@273 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Started documenting SigmodBen Boeckel2008-10-0625-141/+563
| | | | | | [FIX] A few minor bugs git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@272 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Added single player option to SigmodBen Boeckel2008-10-0635-96/+471
| | | | | | | | [FIX] Doxygen generation cleaned up [FIX] Can no longer override variables in the Sigmod if not a single player game [FIX] When checking for modified move priority, blean up afterwards git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@271 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [ADD] Doxygen generation tools for CMakeBen Boeckel2008-09-285-3/+308
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@270 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Arena is better definedBen Boeckel2008-09-277-33/+87
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@269 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] When refreshing the widgets, they no longer disrupt the dataBen Boeckel2008-09-2719-5/+78
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@268 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Removed *_End definesBen Boeckel2008-09-2549-79/+554
| | | | | | | [FIX] Added weights to items and associated fields [FIX] Option for pausing during ATB battles when choosing moves added git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@267 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Fixed some things that Krazy complained aboutBen Boeckel2008-09-237-12/+22
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@266 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Refactored out some code to ObjectModelBen Boeckel2008-09-16102-1221/+381
| | | | | | | [FIX] Drag and drop now accepts URLs [FIX] The main window can now accept drops git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@265 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Copy and pasting in the tree works better nowBen Boeckel2008-09-1586-49/+344
| | | | | | [FIX] Drag and dropped touched up git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@264 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Include guard stripped of __Ben Boeckel2008-09-15278-639/+646
| | | | | | [FIX] KDE includes put before Qt includes git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@263 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Updated spec fileBen Boeckel2008-09-142-2/+12
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@262 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Sigmod description field fixedBen Boeckel2008-09-134-7/+20
| | | | | | [FIX] Fixed a bug with the Validation dialog being called twice with the same editor widget git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@261 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Changed the way LaTeX files are compiled to be more flexibleBen Boeckel2008-09-134-28/+46
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@260 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [ADD] Added qmake back for Windows buildsBen Boeckel2008-09-1013-0/+1030
| | | | | | [ADD] Added NSIS script for Windows installer git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@259 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Players now have moneyBen Boeckel2008-09-10123-315/+567
| | | | | | | | [FIX] Some more things added to Arena stuff [FIX] Can now delete objects in the tree in Sigmodr [FIX] Setting Sigmods as dirty is better now git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@258 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Spec file fixesBen Boeckel2008-09-082-4/+15
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@257 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Spec file fixesBen Boeckel2008-09-082-9/+17
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@256 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Preferences are synced to disk on applyBen Boeckel2008-09-083-2/+13
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@255 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Fixed some install stuff in the CMakeLists.txtBen Boeckel2008-09-076-6/+17
| | | | | | [FIX] Fixed up spec file git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@254 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Added a static poll method to FractionBen Boeckel2008-09-0746-193/+422
| | | | | | | | | [FIX] More Arena stuff fleshed out [FIX] Added priority scripts to Ability and Move [FIX] A SigmodWrapper pointer is now passed around the containments [FIX] Config now has templated methods for retrieving values git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@253 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Spelling mistake in sigscript classesBen Boeckel2008-09-0749-122/+257
| | | | | | | [FIX] Fixed a bug in the Growth enum in Species [FIX] Arena functionality is getting there git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@252 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Fixed some things in the ATBTimerBen Boeckel2008-09-0712-53/+92
| | | | | | [FIX] Fleshed out some methods git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@251 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Renamed everything (in use) away from Poké- prefixesBen Boeckel2008-09-06431-7061/+7064
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@250 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Moving stuff for the move to the new name, Sigma Game Engine (sigen ↵Ben Boeckel2008-09-05463-73/+80
| | | | | | for short) git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@249 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Changed the providers URL to a better structureBen Boeckel2008-08-288-51/+230
| | | | | | | | [FIX] Arenas can now count how many players are still active [FIX] long long is now used for experience [FIX] Scripts initialized now git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@248 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Added KNewStuff2 for Pokémod upload and downloadBen Boeckel2008-08-2712-23/+148
| | | | | | | | [FIX] ValidationDialog can be used piecemeal now [ADD] Added KNewStuff configuration file [FIX] pokemodr-devel now includes the UI forms for use as well git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@247 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Fixed method in SoundWrapper to be more accurateBen Boeckel2008-08-2715-144/+146
| | | | | | | [FIX] QImage is now used internally instead of QPixmap [FIX] Template specialization moved to header file for Object (makes MinGW happy) git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@246 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Enumerations now have access from scripts (name->value)Ben Boeckel2008-08-2617-6/+104
| | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@245 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Fixed some minor typosBen Boeckel2008-08-2614-110/+251
| | | | | | | [FIX] Abstracted validation out to ValidationDialog [FIX] Added stat and Direction getters for Pokemod git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@244 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Reworked some inheritence in PokebattleBen Boeckel2008-08-2212-22/+35
| | | | | | [FIX] Classes can now e returned in QVariants git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@243 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] Cleaned up some TODO tags (fine tuning)Ben Boeckel2008-08-219-38/+135
| | | | | | [FIX] Now using QUuid for unique action names in Kross git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@242 6ecfd1a5-f3ed-3746-8530-beee90d26b22
* [FIX] TeamMember now allows shadowing of valuesBen Boeckel2008-08-1849-149/+351
| | | | | | | | [FIX] TeamMember no longer uses pokemod internally (all is accessed through wrappers) [FIX] Status now has the script split between Battle and World [FIX] Script classes now able to be passed via QVariant git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@241 6ecfd1a5-f3ed-3746-8530-beee90d26b22