blitzmann
337db326fd
Add Mode and separation to fitting list.
...
Todo: A few exceptions are thrown when trying to remove mode via double click, spawn context menu, move to a different position, etc. All simply because Mode is not a Module. Will need to add try-except blocks to cover these instances
2014-12-02 14:33:47 -05:00
blitzmann
795230dae6
Quick fix for game version bug when running jsonToSql
2014-12-02 12:53:02 -05:00
blitzmann
022a929399
Fix initial mode assignment
2014-12-02 12:31:10 -05:00
blitzmann
b64238634a
Merge branch 'master' into singularity
...
Conflicts:
gui/builtinContextMenus/__init__.py
2014-12-02 02:50:27 -05:00
blitzmann
4b0e0300ad
Fix path for .git directory
2014-12-02 02:48:50 -05:00
blitzmann
7762bb365f
Set debug back to False
2014-12-02 02:45:46 -05:00
blitzmann
dfec7d8fa2
Added new skinned ships to conversions
2014-12-02 02:42:05 -05:00
blitzmann
5c5ec60efd
Bowhead effects
2014-12-02 02:28:54 -05:00
blitzmann
2a7e35ff6f
Fix exception with non-t3-dessys context menu
2014-12-02 02:15:01 -05:00
blitzmann
d7ab709d52
Add EVE version to about box
2014-12-02 01:35:30 -05:00
blitzmann
831478e034
Finish effects for Confessor
2014-12-02 01:15:06 -05:00
blitzmann
d0b5f3ad78
Fixed Confessor Prop mode effects and added Defense / Sharpshooter mode effects
2014-12-02 00:50:02 -05:00
blitzmann
190c1f135f
Add slot modifiers to misc column for subsystems
2014-11-30 22:36:52 -05:00
blitzmann
374d6d6d34
Publish other modes to market
2014-11-30 16:59:55 -05:00
blitzmann
edbdaf5631
Add .Check() to tactical mode menu items
2014-11-30 16:56:43 -05:00
blitzmann
23a71e7448
Implement service layer mode setter. Modes now have basic support and testing.
...
Also decided to have two separate functions that return the mode items as Items or Modes. Returning them as Items makes it easier to check if provided modeID from user database is valid (since we cannot easily map the modeID to create a Mode), returning as Modes allows us to easily use them for setters. There's probably a better way to do this, but w/e
2014-11-30 16:43:15 -05:00
blitzmann
892c5c5b60
Various event binding fixes for context menus. It's still a mess, but it's not as bad of a mess.
...
(cherry picked from commit 081e32da6f )
2014-11-30 01:19:10 -05:00
blitzmann
081e32da6f
Various event binding fixes for context menus. It's still a mess, but it's not as bad of a mess.
2014-11-30 01:14:47 -05:00
blitzmann
7100e8997b
Merge branch 'master' into singularity
2014-11-29 21:53:22 -05:00
blitzmann
9a8642e789
Fix more paths
2014-11-29 20:57:44 -05:00
blitzmann
a565abe6f7
Added script to automate json dump, sql convert, and diff prep. Also adds metadata to eve.db
2014-11-29 20:50:34 -05:00
blitzmann
b93b59fe4d
Add windows installer generation to dist.py
2014-11-29 20:49:58 -05:00
blitzmann
9782ca3a29
Improvements on distributable generator
2014-11-29 20:49:40 -05:00
blitzmann
f9fd894c9f
Rename nighty to dist and fix path in itemDiff
2014-11-29 20:49:27 -05:00
blitzmann
ee8395e8fd
Fix paths
2014-11-29 20:49:10 -05:00
blitzmann
7836506444
Move scripts directory
2014-11-29 20:48:58 -05:00
blitzmann
8df7593223
Moved compat.py to new dir utils/ and also added timer class
2014-11-29 20:47:53 -05:00
blitzmann
8351b0fc9d
Fix gitignore
2014-11-29 20:46:16 -05:00
blitzmann
88ee1d60be
Fix loading of mode, and add some (untested) setting functions
2014-11-29 02:58:43 -05:00
blitzmann
dda1494b90
Added method to check/get modes, and start GUI integration (simple context menu)
2014-11-28 01:23:44 -05:00
blitzmann
f53384c4c2
Preliminary backend support for tactical destroyer modes.
...
* Modifies fits table to add "mode" column, which contains typeID of mode for fit
* Introduces Mode type, similar to Ship and Module type
* Includes effects for Amarr Tactical Destroyer Propulsion Mode
Still a lot to do: GUI switching, constraints on which ships get modes, etc
2014-11-27 23:23:24 -05:00
blitzmann
d4af877e47
Update to 848581
2014-11-27 23:15:45 -05:00
blitzmann
5242c6df60
Fix #192
...
If price is not valid, cancel it out. This will force an update.
2014-11-25 23:54:24 -05:00
blitzmann
8c1d14ec4a
Add version to title bar
2014-11-21 13:39:14 -05:00
blitzmann
f187caa549
Reduce minimum vertical size
2014-11-20 13:00:57 -05:00
blitzmann
70d52fd0b2
Moved price update info to header
2014-11-20 12:27:32 -05:00
blitzmann
222ee22fe3
Ability to remove Cargo from context menu
2014-11-20 00:45:30 -05:00
blitzmann
76f1f217e1
Implements forced price refresh ( resolves #196 )
2014-11-20 00:29:53 -05:00
blitzmann
6f42e7c286
Bump dev version
2014-11-18 20:05:25 -05:00
blitzmann
aab2ec5f96
Bump to Stable
2014-11-18 19:04:59 -05:00
blitzmann
9831ed5c3d
Fix old migrations
2014-11-18 18:55:03 -05:00
Ryan Holmes
399ec7d009
Update README.md
2014-11-13 18:07:50 -05:00
Ryan Holmes
bf91e82813
Rename readme.md to README.md
2014-11-13 18:02:14 -05:00
Ryan Holmes
7ca1fc4cfb
Merge pull request #202 from danmane/master
...
Change README to Markdown
2014-11-13 18:01:52 -05:00
Daniel Mane
3f86d3c33d
Fix syntax
2014-11-13 10:47:16 -08:00
Daniel Mane
fd1dc5b4e2
Move README to Markdown so it gets displayed better in Github UI
2014-11-13 10:45:23 -08:00
blitzmann
05c73d1b1b
If something happens and an error happens, return so that status is not reset later on
2014-11-13 11:18:44 -05:00
blitzmann
7a6e3ac665
Fix #199
2014-11-13 11:06:15 -05:00
DarkPhoenix
9de8fe5884
Fix graphs for drones ( #197 )
2014-11-11 00:40:31 +03:00
blitzmann
61197ec061
Fixed old variable name in docstring
2014-11-07 23:40:58 -05:00