Tyler Renelle
381fb48c03
emit the streak bonus so we can display the growl notification. I'm
...
not sure I like this approach, because (1) we can't set growl order,
streak bonus comes first, and (2) I want to keep model-aware code to a
minimum so we can weed out the mem leak
2013-05-04 09:41:11 +01:00
Tyler Renelle
e22634658a
add in daniel / tavern tab content
2013-05-02 15:01:11 +01:00
Tyler Renelle
584eb3e936
let's try moving external script loading back to app.on('render') so
...
ew don't cause blocking on failed amazon affiliate load
2013-05-01 13:07:42 +01:00
Tyler Renelle
0e5159220e
datepicker seems to have fixed the date-setting, no longer need to set
...
1 day ahead
2013-04-17 22:51:43 -04:00
Tyler Renelle
4af8a91793
move external script-loading back down to app.on('render')
2013-04-10 11:49:00 -04:00
Tyler Renelle
d2f6597e9f
remove jquery-ui as git submodule, add it into public/vendor manually due to large direcotry size with build files
2013-04-09 13:45:09 -04:00
Tyler Renelle
72ee444608
back to our roots: store vendor files in public/vendor instead of
...
using CDN, hoping to fix #773 (hoping! will follow up). We can close #755 as a result. We use
require() to min/concat for performance. Note, previously we had "too
many files open" error because we had /vendor tracking git submodules,
which includes all files for those projects - now we're downloading
manually, which gives us minimum required files from each project's
build steps
2013-04-09 13:21:20 -04:00
Tyler Renelle
6522badaa6
rename _view.* to _* - don't know why I did that whole _view.* thing
...
in the first place, but whatevs
2013-04-07 20:29:13 -04:00
Tyler Renelle
584759bd25
shift some require() statements around, attempt to get things out of
...
app.coffee top-level scope - working towards mem leak fix
2013-04-04 16:44:54 -04:00
Tyler Renelle
1c2cc06a6e
BREAKING CHANGE! this removes list cleanup / re-establishment. In the past, id-lists in refLists were being completely emptied (see #85 & #86 ). I'm still not sure why (see https://github.com/codeparty/racer/issues/101 or https://github.com/codeparty/derby/issues/237 possibly?). This commit reverts working around that issue, but potentially fixes #769 . Going to test this on heroku a bit before merging in
2013-04-04 16:24:13 -04:00
Tyler Renelle
c9907f9558
move some external script loading into app.on('render') to see if that
...
solves https://groups.google.com/forum/?fromgroups=#!topic/derbyjs/x8FwdTLEuXo
2013-03-30 18:45:57 -07:00
Tyler Renelle
51f054e51c
show tokens in character modal at all times
2013-03-28 08:43:13 -07:00
Tyler Renelle
77e696554a
bug: popovers where being attached to ".main-avatar" which was changed
...
to ".main-herobox" in the redesign
2013-03-26 12:54:34 -07:00
Tyler Renelle
ccb6f9bd32
fix bootstrap-tour element bind with new herobox system
2013-03-22 19:11:29 -06:00
Zachary Kain
507a0fc3c9
MASSIVE HEADER CHANGES OH SHIT
2013-03-18 23:42:03 -04:00
Zachary Kain
411c614408
fix the 1px gap
2013-03-18 19:33:30 -04:00
Zachary Kain
8284693d0f
rebuilt header boiiii. Tested FF, Safari, Chrome
2013-03-18 18:29:53 -04:00
Zachary Kain
e18c53f97f
middle of wrasslin the new header
2013-03-18 16:48:47 -04:00
Tyler Renelle
2be827f484
Merge branch 'cdn-scripts' into develop
2013-03-17 09:33:19 -04:00
Tyler Renelle
dbc3906eb3
possible fix to dom losing functions after model.resetDom()
2013-03-16 20:02:01 -04:00
Tyler Renelle
d2837afbd4
move tnl to a view function instead of model function, beging adding
...
party stats visuals (hp & exp presently)
2013-03-15 12:00:47 -04:00
Tyler Renelle
2f372124b3
start moving javascript loading functionality back to <Scripts:> so we
...
can utilize CDNs
2013-03-15 11:15:35 -04:00
Tyler Renelle
3f251c4b32
Merge pull request #624 from zakkain/ui-tweaks
...
Time to update the dev preview again!
2013-03-14 11:38:06 -07:00
Zachary Kain
f89037da53
new drag animation, tiny outline & shadow tweaks
2013-03-08 22:26:01 -05:00
Philip How
50c5069224
notifications tweak and history fix
2013-03-08 00:10:11 +00:00
Philip How
0dbf2257d7
New Algorithms + fixes
2013-03-06 17:02:08 +00:00
Tyler Renelle
4f7cdc38e9
add help popover to difficulty
2013-03-05 18:58:15 -05:00
Tyler Renelle
26a8917862
tour fix
2013-03-05 14:02:57 -05:00
Tyler Renelle
bb5fe4520f
only setup bootstrap growl notifications once. i still don't get this.
...
this issue is caused after browser.resetDom(), which happens on (1)
cron, (2) reset, (3) reroll. after which for some people this commit
will cause notifications to disappear altogether, while for others
reverting this commit will cause notifications to double.
2013-03-04 12:50:49 -05:00
Tyler Renelle
721803d4de
don't use bootstrap tour until #578 fixed
2013-03-04 12:48:10 -05:00
Tyler Renelle
378a03b6a0
add bootstrap tour as a submodule, some cleanup
2013-03-04 12:47:33 -05:00
Tyler Renelle
bd19e09fcf
possible fix for #324 - shuffle some function placement to be sure
...
definition precedes function call. put re-rendering
functionality (setupSortable, setupTour, etc) into app.on('render')
2013-03-04 11:17:17 -05:00
Tyler Renelle
cc4d1b2508
fix double-alerts bug
2013-03-03 01:41:52 -05:00
Tyler Renelle
e6e960ae5e
performance boost - only re-establish popover / tooltips on saving task
2013-03-02 23:52:47 -05:00
Philip How
e10c65dff7
merge
2013-03-02 20:12:18 +00:00
Philip How
9283b8adb4
Add death notification and algorithm fixes
2013-03-02 20:02:57 +00:00
Philip How
08839278b3
Notification and Algorithim changes
2013-03-02 18:23:43 +00:00
Tyler Renelle
ba8cf7742a
sortable cleanup
2013-03-01 18:02:53 -05:00
Philip How
2a49b64023
Better notifications
2013-02-28 23:09:12 +00:00
Philip How
55faeda4e0
Notification changes to .coffees
2013-02-27 23:26:53 -05:00
Tyler Renelle
14fb52c11e
put date-picker back in
2013-02-19 13:43:10 -05:00
Tyler Renelle
90af514fbc
try removing datepicker and moving browser stuff to the bottom
2013-02-19 12:57:41 -05:00
Tyler Renelle
dc20272217
include less jquery-ui, more bootstrap
2013-02-19 12:26:51 -05:00
Tyler Renelle
881847b13a
remove debugger
2013-02-17 15:18:10 -05:00
Tyler Renelle
fc1ccfa953
hacked datepicker into working
2013-02-17 13:58:16 -05:00
Tyler Renelle
034785d62d
for now remove date-picker since it doesn't seem to fire update event
2013-02-16 20:44:20 -05:00
Tyler Renelle
5728bf4731
reload javascript files on dom reset
2013-02-16 20:08:43 -05:00
Tyler Renelle
f25a53c3b6
more submodules, including only using sortablef or jquery-ui
2013-02-16 20:01:59 -05:00
Tyler Renelle
d03352c323
move all public/js to public/vendor, move bootstrap & bootstrap-growl to git submodule
2013-02-16 19:42:35 -05:00
Tyler Renelle
fc7a1fd7a3
add bootstrap-datepicker submodule, remove html5 date field (seems
...
poorly supported)
2013-02-16 18:59:42 -05:00