Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixes in Hat and test code for it | Ben Boeckel | 2008-12-16 | 4 | -12/+191 | |
| | ||||||
* | Testing code added (as well as Fraction testing) | Ben Boeckel | 2008-12-16 | 6 | -0/+261 | |
| | ||||||
* | Direct formula for modulo in fractions | Ben Boeckel | 2008-12-16 | 1 | -6/+2 | |
| | ||||||
* | Added modulo operation to Fraction | Ben Boeckel | 2008-12-16 | 1 | -4/+29 | |
| | ||||||
* | Removed some unnecessary lines | Ben Boeckel | 2008-12-07 | 1 | -2/+0 | |
| | ||||||
* | Removed commented code that macros replaced | Ben Boeckel | 2008-12-07 | 1 | -19/+0 | |
| | ||||||
* | Renamed internal variables to make more sense | Ben Boeckel | 2008-12-07 | 1 | -14/+14 | |
| | ||||||
* | Renamed CoinListObject to CoinListItem and added documentation for it | Ben Boeckel | 2008-12-07 | 22 | -371/+457 | |
| | ||||||
* | Merging with RPM fix tree | Ben Boeckel | 2008-12-06 | 0 | -0/+0 | |
|\ | ||||||
| * | Fixing where the exports get installed | Ben Boeckel | 2008-12-06 | 1 | -1/+1 | |
| | | ||||||
* | | Fixes for RPM | Ben Boeckel | 2008-12-06 | 2 | -8/+19 | |
|/ | ||||||
* | Fixed up the spec file for release | Ben Boeckel | 2008-12-01 | 1 | -4/+12 | |
| | ||||||
* | Fixed the exporting with the libraries | Ben Boeckel | 2008-11-30 | 7 | -84/+19 | |
| | ||||||
* | Spelling mistake in Sigmod documentation | Ben Boeckel | 2008-11-25 | 1 | -1/+1 | |
| | ||||||
* | CoinList documentation | Ben Boeckel | 2008-11-25 | 1 | -0/+117 | |
| | ||||||
* | Installing the doxygen won't work as it is. Also formatted the commands better | Ben Boeckel | 2008-11-25 | 2 | -10/+19 | |
| | ||||||
* | Omit external documentation in each library | Ben Boeckel | 2008-11-25 | 1 | -2/+2 | |
| | ||||||
* | Rules no longer needs hardCash value; scripts can control it | Ben Boeckel | 2008-11-25 | 7 | -46/+0 | |
| | ||||||
* | Removed the amount variable from CoinListObject | Ben Boeckel | 2008-11-25 | 7 | -63/+0 | |
| | ||||||
* | Badge documentation cleanup | Ben Boeckel | 2008-11-25 | 1 | -5/+5 | |
| | ||||||
* | Author documentation cleanups | Ben Boeckel | 2008-11-25 | 1 | -5/+5 | |
| | ||||||
* | Ability documentation touchups | Ben Boeckel | 2008-11-25 | 1 | -19/+29 | |
| | ||||||
* | Doxygen cleanups | Ben Boeckel | 2008-11-25 | 2 | -11/+7 | |
| | ||||||
* | Removed old LINK_INTERFACE_LIBRARIES lines | Ben Boeckel | 2008-11-25 | 6 | -6/+0 | |
| | ||||||
* | Added exports to install targets for libraries and preliminary install ↵ | Ben Boeckel | 2008-11-25 | 6 | -0/+90 | |
| | | | | targets for the exports themselves | |||||
* | Cleaned up the CMakeLists.txt for sigbattle and sigworld | Ben Boeckel | 2008-11-25 | 2 | -12/+24 | |
| | ||||||
* | Fixed up the linking of the libraries | Ben Boeckel | 2008-11-25 | 6 | -2/+29 | |
| | ||||||
* | Better error text when KTE component not cfound | Ben Boeckel | 2008-11-25 | 1 | -1/+1 | |
| | ||||||
* | Doxygen is better suited to CMake now | Ben Boeckel | 2008-11-25 | 5 | -30/+36 | |
| | ||||||
* | Removing the Changelog; use git log for messages | Ben Boeckel | 2008-11-25 | 1 | -2816/+0 | |
| | ||||||
* | [FIX] Starting the sigworld library | Ben Boeckel | 2008-11-09 | 20 | -1/+446 | |
| | | | | | | [FIX] Tile has walkable flag on it git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@310 6ecfd1a5-f3ed-3746-8530-beee90d26b22 | |||||
* | [FIX] Still working on getting the MapEditor to behave | Ben Boeckel | 2008-11-08 | 9 | -12/+70 | |
| | | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@309 6ecfd1a5-f3ed-3746-8530-beee90d26b22 | |||||
* | [FIX] No more asserts in sigmod | Ben Boeckel | 2008-11-08 | 93 | -1387/+2075 | |
| | | | | | | | | | | | | [FIX] Moved to using *ById instead of *Index methods in sigmod [FIX] Tilemaps are now collaged (not completely done on the editing side yet) [FIX] Removed the resource files (drawn natively instead) [FIX] ATBTimer now uses the built-in QTimer in a QObject [FIX] Coordinates are now edited on the map for warps, trainers, and effects [FIX] Tiles are now completely scripted [FIX] Config is now thread-safe git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@308 6ecfd1a5-f3ed-3746-8530-beee90d26b22 | |||||
* | [FIX] Functions in sigbattle are now exported | Ben Boeckel | 2008-11-06 | 4 | -6/+13 | |
| | | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@307 6ecfd1a5-f3ed-3746-8530-beee90d26b22 | |||||
* | [FIX] qmake for signet updated | Ben Boeckel | 2008-11-06 | 19 | -151/+426 | |
| | | | | | | | [FIX] All packets are transported with receiver information git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@306 6ecfd1a5-f3ed-3746-8530-beee90d26b22 | |||||
* | [FIX] RPM builds again | Ben Boeckel | 2008-11-05 | 4 | -5/+13 | |
| | | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@305 6ecfd1a5-f3ed-3746-8530-beee90d26b22 | |||||
* | [FIX] Added some preliminary code to handling requests in Server | Ben Boeckel | 2008-11-05 | 8 | -8/+225 | |
| | | | | | | [FIX] Added DisconnectMediator git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@304 6ecfd1a5-f3ed-3746-8530-beee90d26b22 | |||||
* | [FIX] Disabled install for Doxygen output (doesn't work and isn't that ↵ | Ben Boeckel | 2008-11-05 | 2 | -8/+15 | |
| | | | | | | useful anyway) git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@303 6ecfd1a5-f3ed-3746-8530-beee90d26b22 | |||||
* | [FIX] Updating the spec again | Ben Boeckel | 2008-11-04 | 2 | -3/+10 | |
| | | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@302 6ecfd1a5-f3ed-3746-8530-beee90d26b22 | |||||
* | [FIX] graphviz, not dot | Ben Boeckel | 2008-11-04 | 2 | -1/+8 | |
| | | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@301 6ecfd1a5-f3ed-3746-8530-beee90d26b22 | |||||
* | [FIX] Typo in the spec file | Ben Boeckel | 2008-11-04 | 2 | -3/+10 | |
| | | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@300 6ecfd1a5-f3ed-3746-8530-beee90d26b22 | |||||
* | [FIX] RPM fixes | Ben Boeckel | 2008-11-04 | 7 | -60/+84 | |
| | | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@299 6ecfd1a5-f3ed-3746-8530-beee90d26b22 | |||||
* | [FIX] Renamed from "master server" to "metaserver" | Ben Boeckel | 2008-11-04 | 4 | -34/+41 | |
| | | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@298 6ecfd1a5-f3ed-3746-8530-beee90d26b22 | |||||
* | [FIX] Minor fixes with the ChallengeMediator | Ben Boeckel | 2008-11-02 | 9 | -18/+155 | |
| | | | | | | | [ADD] Added ConnectMediator code [FIX] Added more packet types git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@297 6ecfd1a5-f3ed-3746-8530-beee90d26b22 | |||||
* | [FIX] Defined the *_IMPORT defines for libraries | Ben Boeckel | 2008-11-02 | 23 | -147/+283 | |
| | | | | | | | | | [FIX] Added more packet types [FIX] Sectioned off packet types [FIX] ConnectionHandler is now ClientHandler [ADD] Added a ProgressMeter class for allowing display of progress of packets git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@296 6ecfd1a5-f3ed-3746-8530-beee90d26b22 | |||||
* | [FIX] Fixed the building of sigmodr | Ben Boeckel | 2008-11-02 | 5 | -41/+81 | |
| | | | | | | [FIX] ScriptWidget will now fall back to a standard KTextEdit if a KTE is not available git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@295 6ecfd1a5-f3ed-3746-8530-beee90d26b22 | |||||
* | [FIX] Working on Packet structure yet | Ben Boeckel | 2008-11-02 | 5 | -119/+106 | |
| | | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@294 6ecfd1a5-f3ed-3746-8530-beee90d26b22 | |||||
* | [FIX] Fixed up how challenging works | Ben Boeckel | 2008-11-01 | 14 | -234/+367 | |
| | | | | | | [FIX] Started reworking how clients keep track of connections git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@293 6ecfd1a5-f3ed-3746-8530-beee90d26b22 | |||||
* | [FIX] Challenge login can fail due to unknown user | Ben Boeckel | 2008-11-01 | 10 | -33/+135 | |
| | | | | | | [FIX] PacketMaker makes Packets (Packets only hold information) git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@292 6ecfd1a5-f3ed-3746-8530-beee90d26b22 | |||||
* | [FIX] TCP does checksums already; no need in Packet | Ben Boeckel | 2008-11-01 | 2 | -10/+8 | |
| | | | | git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@291 6ecfd1a5-f3ed-3746-8530-beee90d26b22 |