project-navigation
Personal tools

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - O01eg

Pages: 1 [2] 3 4 5
16
Coding / GIT: Branches description.
« on: October 10, 2010, 08:50:09 pm »
I want to free some space by deleting some unused branchers. Whan does mean these branches?
Quote
  ai_lua
  buildbot
  hud
  maputils_java
  renderer_work
  rudolforadiant
  savegame_break
  tron/configure
  ufoai_2_legacy
  ufoai_firemode_patch
  ufoai_menu
  ufoai_sdl
  ufoai_wilminator
p.s. how to add "makefile" branch with "new build system" if I don't see it in "remotes/origin/"?

17
Coding / Re: New Build System
« on: October 10, 2010, 08:37:09 pm »
There is no need to run configure anymore
How to configure building and installation processes in this build system? Does it support for updating to don't recompile unchanged maps or you plan to add cache for maps?

18
Mecha would be interest if alien can also have own mecha.

19
use rsync:

Code: [Select]
rsync -av ufoai.git.sourceforge.net::gitroot/ufoai/* $DIR_TO_PLACE_THE_REPO_IN

rename the directory into .git and move it into ufoai/.git
edit ufoai/.git/config and change the bare boolean to false
go into ufoai and checkout your working copy

Code: [Select]
git remote set-url --push origin ssh://USER@ufoai.git.sourceforge.net/gitroot/ufoai/ufoai
git remote set-url origin git://ufoai.git.sourceforge.net/gitroot/ufoai/ufoai

i have to admit that i've never ever tested this - but it should work, as it is a repository clone, too.
but the advantage is, that rsync can get continued

Code: [Select]
receiving incremental file list
rsync: send_files failed to open "/ufoai/ufoai/objects/pack/pack-cc998cb5595939311e254e994c9f6edf4317a739.keep" (in gitroot): Permission denied (13)
Is it normal and I can exclude this file?
Also, after `git remote set-url origin git://ufoai.git.sourceforge.net/gitroot/ufoai/ufoai` I got "fatal: No such remote 'origin'"

20
Also, git doesn't support resume for fetch and clone and cann't be suitable for such big repository as this.

21
Linux / Re: Gentoo overlay
« on: October 05, 2010, 07:15:20 am »
Does it require internet connection?

22
Linux / Re: Gentoo overlay
« on: October 04, 2010, 08:44:16 pm »
Does mapcache as ccache for maps exist? I think that full recompilation of maps take some hour and doesn't suit for every days update.

23
fef0ffb14f15a9f74e4c12986dd3c43a8c071354 fix message history but bug stay at message settings and UFOpaedia.

24
Code: [Select]
3433346b978aba225c8cc7849494dd7908aac257 is the first bad commit
commit 3433346b978aba225c8cc7849494dd7908aac257
Author: Martin Gerhardy <tlh2000@users.sourceforge.net>
Date:   Wed Sep 8 18:49:39 2010 +0200

    * batch R_DrawFill rendering (q2w)

:040000 040000 ed2df4d1fa6d3acf83f45d01ef1385dd68af3108 747f2a76f65543f182b31ceadd382330bb9a8310 M src

25
If you have a shallow repo try git fetch --depth n where n is the number of revisions before your first one you want to fetch
Git fetch works another way. Even with --depth=3 it download more than 500 MB.

26
How can I download older revisions? They aren't exist in my repository.

27
Revisions from fc2e83e2425beb83aaf6c635733f374e4f616369 to 891574f292b6b885010dbb8a8c144fbe580f2942 have this bug.
Revision ff81cf6d25609606c92be8b68b31e1bdbbced31e is first which I have and I cann't check it with git bisect.

28
Logs in top are not readable.

29
Sounds and Music / Re: Who are the artists of the music specified?
« on: July 30, 2010, 01:24:37 pm »
What license does "Defeatfear.ogg" song have?

30
Game crash on entering into battlescape:
Quote
==== InitGame ====
SV_AssembleMap: Sequential map assembly in 2 ms
CM_LoadMap: "-tropic/tr_ +h01 +h02 +h03 +h04 +craft_drop_firebird +craft_ufo_harvester +h01 +h04 +f02 +f06 +f07 +f03 +f02" "0 -16 0 -24 -8 0 -24 16 0 16 -16 0 -24 -24 0 -8 -8 0 -24 8 0 -8 24 0 -8 16 0 0 -24 0 16 -24 0 16 16 0 16 24 0"
Rerouted for RMA in   0.0s
checksum for the map '+tropic': 3672149632
ufo script checksum 267229120
Created AI player (team 0)
Created AI player (team 7)
-------------------------------------
Connecting to localhost...
connection attempt from loopback connection
load material file: 'materials/tropic.mat'
********************
ERROR: R_LoadImageData: MAX_GL_TEXTURES hit
********************
Shutdown server: Server crashed.
https://sourceforge.net/tracker/?func=detail&aid=3029969&group_id=157793&atid=805242

Pages: 1 [2] 3 4 5