Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Issue 337323007: Add quakespasm, and OpenGL+SDL-based port of quake1. (Closed)

Created:
6 years, 5 months ago by Sam Clegg
Modified:
6 years, 5 months ago
Reviewers:
binji
CC:
native-client-reviews_googlegroups.com
Visibility:
Public.

Description

Add quakespasm, an OpenGL+SDL-based port of quake1. Add zip.fs to DEPS which is used to extract the quake data zip file, if its not found alongside the executable. BUG= http://code.google.com/p/naclports/issues/detail?id=96 R=binji@chromium.org Committed: https://code.google.com/p/naclports/source/detail?r=1462

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Total comments: 22

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 5

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+441 lines, -3 lines) Patch
M DEPS View 1 1 chunk +3 lines, -1 line 0 comments Download
A ports/quakespasm/README.nacl View 1 chunk +13 lines, -0 lines 0 comments Download
A ports/quakespasm/build.sh View 1 2 1 chunk +35 lines, -0 lines 0 comments Download
A ports/quakespasm/index.html View 1 1 chunk +22 lines, -0 lines 0 comments Download
A ports/quakespasm/nacl.patch View 1 chunk +221 lines, -0 lines 0 comments Download
A ports/quakespasm/pkg_info View 1 1 chunk +6 lines, -0 lines 0 comments Download
A ports/quakespasm/quakespasm.js View 1 2 3 4 5 6 1 chunk +139 lines, -0 lines 0 comments Download
M ports/sdlquake/README.nacl View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Sam Clegg
6 years, 5 months ago (2014-06-30 18:24:59 UTC) #1
binji
lgtm https://codereview.chromium.org/337323007/diff/1/ports/quakespasm/build.sh File ports/quakespasm/build.sh (right): https://codereview.chromium.org/337323007/diff/1/ports/quakespasm/build.sh#newcode29 ports/quakespasm/build.sh:29: quakespasm${NACL_EXEEXT} -o quake.nmf quakespasm.{nmf,html} https://codereview.chromium.org/337323007/diff/1/ports/quakespasm/pkg_info File ports/quakespasm/pkg_info (right): ...
6 years, 5 months ago (2014-06-30 19:43:14 UTC) #2
Sam Clegg
Added zip.js and javascript code that handle uploading and unziping of quake data files to ...
6 years, 5 months ago (2014-07-18 23:16:45 UTC) #3
binji
https://codereview.chromium.org/337323007/diff/40001/ports/quakespasm/quakespasm.js File ports/quakespasm/quakespasm.js (right): https://codereview.chromium.org/337323007/diff/40001/ports/quakespasm/quakespasm.js#newcode18 ports/quakespasm/quakespasm.js:18: var embed = document.createElement('object'); s/object/embed/ https://codereview.chromium.org/337323007/diff/40001/ports/quakespasm/quakespasm.js#newcode24 ports/quakespasm/quakespasm.js:24: var param ...
6 years, 5 months ago (2014-07-18 23:48:04 UTC) #4
Sam Clegg
https://codereview.chromium.org/337323007/diff/40001/ports/quakespasm/quakespasm.js File ports/quakespasm/quakespasm.js (right): https://codereview.chromium.org/337323007/diff/40001/ports/quakespasm/quakespasm.js#newcode18 ports/quakespasm/quakespasm.js:18: var embed = document.createElement('object'); On 2014/07/18 23:48:04, binji wrote: ...
6 years, 5 months ago (2014-07-19 00:59:50 UTC) #5
binji
https://codereview.chromium.org/337323007/diff/40001/ports/quakespasm/quakespasm.js File ports/quakespasm/quakespasm.js (right): https://codereview.chromium.org/337323007/diff/40001/ports/quakespasm/quakespasm.js#newcode18 ports/quakespasm/quakespasm.js:18: var embed = document.createElement('object'); On 2014/07/19 00:59:49, Sam Clegg ...
6 years, 5 months ago (2014-07-21 17:45:49 UTC) #6
Sam Clegg
https://codereview.chromium.org/337323007/diff/40001/ports/quakespasm/quakespasm.js File ports/quakespasm/quakespasm.js (right): https://codereview.chromium.org/337323007/diff/40001/ports/quakespasm/quakespasm.js#newcode18 ports/quakespasm/quakespasm.js:18: var embed = document.createElement('object'); On 2014/07/21 17:45:48, binji wrote: ...
6 years, 5 months ago (2014-07-21 18:05:28 UTC) #7
binji
lgtm https://codereview.chromium.org/337323007/diff/100001/ports/quakespasm/quakespasm.js File ports/quakespasm/quakespasm.js (right): https://codereview.chromium.org/337323007/diff/100001/ports/quakespasm/quakespasm.js#newcode127 ports/quakespasm/quakespasm.js:127: } else { On 2014/07/21 18:05:27, Sam Clegg ...
6 years, 5 months ago (2014-07-21 18:07:36 UTC) #8
Sam Clegg
6 years, 5 months ago (2014-07-21 18:11:14 UTC) #9
Message was sent while issue was closed.
Committed patchset #7 manually as r1462 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698